Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/meteordevelopment/nbt
- Owner: MeteorDevelopment
- License: mit
- Created: 2021-09-07T17:04:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T17:29:48.000Z (9 months ago)
- Last Synced: 2024-04-07T11:34:07.409Z (9 months ago)
- Language: Java
- Size: 73.2 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.