Last Version

nbt-manipulator 3.1.0

A kotlin/java lib that allows you to read and write NBT data in a clean way

License

License

MIT
GroupId

GroupId

br.com.gamemods
ArtifactId

ArtifactId

nbt-manipulator
Version

Version

3.1.0
Type

Type

jar
Description

Description

nbt-manipulator
A kotlin/java lib that allows you to read and write NBT data in a clean way
Project URL

Project URL

https://github.com/PowerNukkit/NBT-Manipulator
Source Code Management

Source Code Management

https://github.com/PowerNukkit/NBT-Manipulator

Download nbt-manipulator 3.1.0


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

Dependencies

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.31
org.jetbrains.kotlin : kotlin-reflect jar 1.5.31

test (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.5.31
org.jetbrains.kotlin : kotlin-test-junit jar 1.5.31

Project Modules

There are no modules declared in this project.