diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-10-28 20:14:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-28 20:14:05 -0700 |
| commit | 9b399633df21fe0dd729d6ba163aa40f7d3decf9 (patch) | |
| tree | e86efb66e8143af4cc9a742638fc2844bac02f2f /README.md | |
| parent | 4b4f7ed02763192abdcb88058da9db53a1a000b8 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 4 insertions, 12 deletions
@@ -24,20 +24,12 @@ Please check the [Holodex API](https://holodex.stoplight.io/) for more informati ``` ### Gradle -[](https://jitpack.io/#pinapelz/JHolodex) + ```java -allprojects { - repositories { - ... - maven { url 'https://jitpack.io' } - } -} - -dependencies { - implementation 'com.github.pinapelz:JHolodex:Tag' -} +implementation group: 'com.pinapelz', name: 'jholodex', version: '1.4' ``` -#### Add [JitPack](https://jitpack.io/) to your list of repositories + +Alternatively use Jitpack for pre-releases |
