OpenNBT

An continuation of Graham Edgecombe's jNBT library.

License

License

GroupId

GroupId

com.github.steveice10
ArtifactId

ArtifactId

opennbt
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

OpenNBT
An continuation of Graham Edgecombe's jNBT library.
Project URL

Project URL

http://github.com/Steveice10/OpenNBT/
Source Code Management

Source Code Management

http://github.com/Steveice10/OpenNBT/

Download opennbt

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

OpenNBT

OpenNBT is a library for reading and writing NBT files and stringified NBT, with some extra custom tags added to allow the storage of more data types.

Building the Source

OpenNBT uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.

License

OpenNBT is licensed under the MIT license.

Versions

Version
1.0