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' } }