diff options
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 { |
