License |
License |
---|---|
GroupId | GroupIddev.dewy |
ArtifactId | ArtifactIdnbt |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionnbt
Basic library for reading and writing Minecraft's NBT format.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nbt-1.0.1.pom | |
nbt-1.0.1.jar | 28 KB |
nbt-1.0.1-sources.jar | 17 KB |
nbt-1.0.1-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.dewy/nbt/ -->
<dependency>
<groupId>dev.dewy</groupId>
<artifactId>nbt</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.dewy/nbt/
implementation 'dev.dewy:nbt:1.0.1'
// https://jarcasting.com/artifacts/dev.dewy/nbt/
implementation ("dev.dewy:nbt:1.0.1")
'dev.dewy:nbt:jar:1.0.1'
<dependency org="dev.dewy" name="nbt" rev="1.0.1">
<artifact name="nbt" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.dewy', module='nbt', version='1.0.1')
)
libraryDependencies += "dev.dewy" % "nbt" % "1.0.1"
[dev.dewy/nbt "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
dev.dewy : nbt | jar | 1.0.1 |