An open API service indexing awesome lists of open source software.

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

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

```