From 4cc891edc051e6687f3ce961b858eb0b57957359 Mon Sep 17 00:00:00 2001 From: Carm Date: Mon, 7 Feb 2022 20:05:42 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a0b23a0..8f5d882 100644 --- a/README.md +++ b/README.md @@ -50,21 +50,32 @@ To provide an easy way to fetch updates and download assets. + + + + maven + Maven Central + https://repo1.maven.org/maven2 + + GithubReleases4J GitHub Packages https://maven.pkg.github.com/CarmJos/GithubReleases4J + + cc.carm.lib githubreleases4j [LATEST RELEASE] compile + @@ -77,6 +88,9 @@ To provide an easy way to fetch updates and download assets. ```groovy repositories { + + mavenCentral() // Using central repository. + // Using github packages. maven { url 'https://maven.pkg.github.com/CarmJos/GithubReleases4J' } }