
dakkarin.nbt.1.1.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nbt Show documentation
Show all versions of nbt Show documentation
A Java library for reading and writing NBT data.
The newest version!
/**
* Provides a modern NBT parser/writer implementation capable of running in tree or event mode to
* improve performance where possible.
*
* @author Johannes Donath
*/
module io.github.lordakkarin.nbt {
exports io.github.lordakkarin.nbt.event;
exports io.github.lordakkarin.nbt.tree;
requires static com.github.spotbugs.annotations;
requires io.netty.buffer;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy