is not current version
Last Version 1.5.1

dev.dewy:nbt 1.3.3

Flexible and intuitive library for reading and writing Minecraft's NBT format, with emphasis on custom tags.

GroupId

GroupId

dev.dewy
ArtifactId

ArtifactId

nbt
Version

Version

1.3.3
Type

Type

jar

Download nbt 1.3.3


<!-- https://jarcasting.com/artifacts/dev.dewy/nbt/ -->
<dependency>
    <groupId>dev.dewy</groupId>
    <artifactId>nbt</artifactId>
    <version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/dev.dewy/nbt/
implementation 'dev.dewy:nbt:1.3.3'
// https://jarcasting.com/artifacts/dev.dewy/nbt/
implementation ("dev.dewy:nbt:1.3.3")
'dev.dewy:nbt:jar:1.3.3'
<dependency org="dev.dewy" name="nbt" rev="1.3.3">
  <artifact name="nbt" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.dewy', module='nbt', version='1.3.3')
)
libraryDependencies += "dev.dewy" % "nbt" % "1.3.3"
[dev.dewy/nbt "1.3.3"]