diff options
| -rw-r--r-- | README.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -53,7 +53,8 @@ System.out.println(" "+comment.message); ``` ## Download -Maven +[](https://jitpack.io/#pinapelz/JHolodex) +### Maven ```xml <dependency> <groupId>com.github.pinapelz</groupId> @@ -62,4 +63,11 @@ Maven </dependency> ``` -[Holodex License](https://docs.holodex.net/docs/holodex/8166fcec5dbe2-license) +### Gradle +```gradle +dependencies { + implementation 'com.github.pinapelz:JHolodex:Tag' +} +``` +#### Add [JitPack](https://jitpack.io/) to your list of repositories +#### [Holodex License](https://docs.holodex.net/docs/holodex/8166fcec5dbe2-license) |
