diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-10-27 22:59:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-27 22:59:35 -0700 |
| commit | 4b4f7ed02763192abdcb88058da9db53a1a000b8 (patch) | |
| tree | 40dcdf7ef1e944901eed7cafcdbebeade6c078d4 /README.md | |
| parent | f89590eeaa618233403555e2a99cb937911ee758 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 8 insertions, 12 deletions
@@ -1,5 +1,7 @@ # JHolodex [](https://github.com/pinapelz/JHolodex/actions/workflows/maven.yml) + + A Java wrapper for the [Holodex API](https://docs.holodex.net/#section/Holodex-API-Documentation). @@ -10,25 +12,19 @@ Please check the [Holodex API](https://holodex.stoplight.io/) for more informati [Holodex License](https://docs.holodex.net/#section/LICENSE) ## Download - -[](https://jitpack.io/#pinapelz/JHolodex) + + ### Maven ```xml -<repositories> - <repository> - <id>jitpack.io</id> - <url>https://jitpack.io</url> - </repository> -</repositories> - <dependency> - <groupId>com.github.pinapelz</groupId> - <artifactId>JHolodex</artifactId> - <version>VERSION_HERE</version> + <groupId>com.pinapelz</groupId> + <artifactId>jholodex</artifactId> + <version>VERSION</version> </dependency> ``` ### Gradle +[](https://jitpack.io/#pinapelz/JHolodex) ```java allprojects { repositories { |
