| License |
License |
|---|---|
| GroupId | GroupIddev.cerus |
| ArtifactId | ArtifactIdsimple-nbt |
| Last Version | Last Version1.1.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsimple-nbt
Implementation of the NBT format
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| simple-nbt-1.1.8.pom | |
| simple-nbt-1.1.8.jar | 39 KB |
| simple-nbt-1.1.8-sources.jar | 17 KB |
| simple-nbt-1.1.8-javadoc.jar | 149 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.cerus/simple-nbt/ -->
<dependency>
<groupId>dev.cerus</groupId>
<artifactId>simple-nbt</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/dev.cerus/simple-nbt/
implementation 'dev.cerus:simple-nbt:1.1.8'
// https://jarcasting.com/artifacts/dev.cerus/simple-nbt/
implementation ("dev.cerus:simple-nbt:1.1.8")
'dev.cerus:simple-nbt:jar:1.1.8'
<dependency org="dev.cerus" name="simple-nbt" rev="1.1.8">
<artifact name="simple-nbt" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.cerus', module='simple-nbt', version='1.1.8')
)
libraryDependencies += "dev.cerus" % "simple-nbt" % "1.1.8"
[dev.cerus/simple-nbt "1.1.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |