GroupId | GroupIdio.github.shiruka |
---|---|
ArtifactId | ArtifactIdnbt |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
nbt-1.0.8.pom | |
nbt-1.0.8.jar | 38 KB |
nbt-1.0.8-sources.jar | 23 KB |
nbt-1.0.8-javadoc.jar | 480 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shiruka/nbt/ -->
<dependency>
<groupId>io.github.shiruka</groupId>
<artifactId>nbt</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiruka/nbt/
implementation 'io.github.shiruka:nbt:1.0.8'
// https://jarcasting.com/artifacts/io.github.shiruka/nbt/
implementation ("io.github.shiruka:nbt:1.0.8")
'io.github.shiruka:nbt:jar:1.0.8'
<dependency org="io.github.shiruka" name="nbt" rev="1.0.8">
<artifact name="nbt" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shiruka', module='nbt', version='1.0.8')
)
libraryDependencies += "io.github.shiruka" % "nbt" % "1.0.8"
[io.github.shiruka/nbt "1.0.8"]