is not current version
Last Version 3.1.0

br.com.gamemods:nbt-manipulator 0.0.1

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

GroupId

GroupId

br.com.gamemods
ArtifactId

ArtifactId

nbt-manipulator
Version

Version

0.0.1
Type

Type

jar

Download nbt-manipulator 0.0.1


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