Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/meteordevelopment/nbt

Simple and fast NBT library.
https://github.com/meteordevelopment/nbt

Last synced: about 1 month ago
JSON representation

Simple and fast NBT library.

Awesome Lists containing this project

README

        

# NBT
Simple and fast NBT library. Currently does not support compressed formats.

## Gradle
```groovy
repositories {
maven {
name = "meteor-maven"
url = "https://maven.meteordev.org"
}
}

dependencies {
implementation "meteordevelopment:NBT:0.1.2"
}
```

## Examples
For examples check out `src/test/java/test/Main.java`.