All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dakkarin.nbt.1.1.0.source-code.module-info Maven / Gradle / Ivy

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