is not current version
Last Version 2.0.0

io.github.shiruka:nbt 1.0.2

Simple and powerful NBT library.

GroupId

GroupId

io.github.shiruka
ArtifactId

ArtifactId

nbt
Version

Version

1.0.2
Type

Type

jar

Download nbt 1.0.2


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