License |
License |
---|---|
GroupId | GroupIddev.dewy |
ArtifactId | ArtifactIdnbt |
Last Version | Last Version1.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnbt
Flexible and intuitive library for reading and writing Minecraft's NBT format, with emphasis on custom tags.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nbt-1.5.1.pom | |
nbt-1.5.1.jar | 33 KB |
nbt-1.5.1-sources.jar | 20 KB |
nbt-1.5.1-javadoc.jar | 109 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.12.0 |
com.google.code.gson : gson | jar | 2.8.8 |