Parses the Hypixel API and allows easy access by getters Now includes full MojangAPI suppport!
https://github.com/KevinPriv/HypixelApi4J/tree/master/src/test/java/examples
https://github.com/KevinPriv/HypixelApi4J/releases
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
Adding the dependency:
dependencies {
compile "com.github.KevinPriv:HypixelApi4J:API-1.7"
}
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Adding the dependency:
<dependency>
<groupId>com.github.KevinPriv</groupId>
<artifactId>HypixelApi4J</artifactId>
<version>API-1.7</version>
</dependency>