Parsing for all the Mojang API
https://github.com/KevinPriv/MojangAPI/tree/master/src/test/java/examples
https://github.com/KevinPriv/MojangAPI/releases
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
Adding the dependency:
dependencies {
compile "com.github.KevinPriv:MojangAPI:1.0"
}
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Adding the dependency:
<dependency>
<groupId>com.github.KevinPriv</groupId>
<artifactId>MojangAPI</artifactId>
<version>1.0</version>
</dependency>