is not current version
Last Version 3.1.0

nbt-manipulator 2.0.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

2.0.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/GameModsBR/NBT-Manipulator
Source Code Management

Source Code Management

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

Download nbt-manipulator 2.0.0


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

Dependencies

runtime (2)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.