License |
License |
---|---|
GroupId | GroupIdcom.github.steveice10 |
ArtifactId | ArtifactIdopennbt |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionOpenNBT
An continuation of Graham Edgecombe's jNBT library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
opennbt-1.0.pom | |
opennbt-1.0.jar | 29 KB |
opennbt-1.0-sources.jar | 30 KB |
opennbt-1.0-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.steveice10/opennbt/ -->
<dependency>
<groupId>com.github.steveice10</groupId>
<artifactId>opennbt</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.steveice10/opennbt/
implementation 'com.github.steveice10:opennbt:1.0'
// https://jarcasting.com/artifacts/com.github.steveice10/opennbt/
implementation ("com.github.steveice10:opennbt:1.0")
'com.github.steveice10:opennbt:jar:1.0'
<dependency org="com.github.steveice10" name="opennbt" rev="1.0">
<artifact name="opennbt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.steveice10', module='opennbt', version='1.0')
)
libraryDependencies += "com.github.steveice10" % "opennbt" % "1.0"
[com.github.steveice10/opennbt "1.0"]