A simple NBT library with support for custom tag types.
You can get it via JitPack:
repositories {
maven {
name = "JitPack"
url = "https://jitpack.io/"
}
}
dependencies {
implementation "com.github.AntiquityMC:Nbt:1.0.0"
}