nbt

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

License

License

GroupId

GroupId

dev.dewy
ArtifactId

ArtifactId

nbt
Last Version

Last Version

1.5.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/iBuyMountainDew/nbt
Source Code Management

Source Code Management

https://github.com/iBuyMountainDew/nbt

Download nbt

How to add to project

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

Dependencies

runtime (2)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.12.0
com.google.code.gson : gson jar 2.8.8

Project Modules

There are no modules declared in this project.

Versions

Version
1.5.1
1.5.0
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1