https://github.com/kevinpriv/mojangapi
Full java-api for http://wiki.vg/Mojang_API
https://github.com/kevinpriv/mojangapi
Last synced: about 1 year ago
JSON representation
Full java-api for http://wiki.vg/Mojang_API
- Host: GitHub
- URL: https://github.com/kevinpriv/mojangapi
- Owner: KevinPriv
- License: mit
- Created: 2018-02-21T16:36:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T01:54:39.000Z (about 4 years ago)
- Last Synced: 2024-04-17T11:15:03.835Z (about 2 years ago)
- Language: Java
- Size: 221 KB
- Stars: 16
- Watchers: 0
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# MojangAPI
Parsing for all the Mojang API
Examples:
-
https://github.com/KevinPriv/MojangAPI/tree/master/src/test/java/examples
Downloads
-
https://github.com/KevinPriv/MojangAPI/releases
Gradle
-
```gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
```
Adding the dependency:
```gradle
dependencies {
compile "com.github.KevinPriv:MojangAPI:1.0"
}
```
Maven
-
```xml
jitpack.io
https://jitpack.io
```
Adding the dependency:
```xml
com.github.KevinPriv
MojangAPI
1.0
```