| License |
License |
|---|---|
| GroupId | GroupIdbr.com.gamemods |
| ArtifactId | ArtifactIdnbt-manipulator |
| Last Version | Last Version3.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnbt-manipulator
A kotlin/java lib that allows you to read and write NBT data in a clean way
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| nbt-manipulator-3.1.0.pom | |
| nbt-manipulator-3.1.0.jar | 82 KB |
| nbt-manipulator-3.1.0-sources.jar | 16 KB |
| nbt-manipulator-3.1.0-javadoc.jar | 105 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.31 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.31 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test | jar | 1.5.31 |
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.5.31 |