jo-nbt

Java NBT library.

License

License

GroupId

GroupId

se.llbit
ArtifactId

ArtifactId

jo-nbt
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

jo-nbt
Java NBT library.
Project URL

Project URL

https://github.com/llbit/jo-nbt
Source Code Management

Source Code Management

https://github.com/llbit/jo-nbt

Download jo-nbt

How to add to project

<!-- https://jarcasting.com/artifacts/se.llbit/jo-nbt/ -->
<dependency>
    <groupId>se.llbit</groupId>
    <artifactId>jo-nbt</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.llbit/jo-nbt/
implementation 'se.llbit:jo-nbt:1.3.0'
// https://jarcasting.com/artifacts/se.llbit/jo-nbt/
implementation ("se.llbit:jo-nbt:1.3.0")
'se.llbit:jo-nbt:jar:1.3.0'
<dependency org="se.llbit" name="jo-nbt" rev="1.3.0">
  <artifact name="jo-nbt" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.llbit', module='jo-nbt', version='1.3.0')
)
libraryDependencies += "se.llbit" % "jo-nbt" % "1.3.0"
[se.llbit/jo-nbt "1.3.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

JO-NBT: Java NBT Library

Javadocs Build Status codecov

This is a Java library for the NBT file format used in Minecraft for storing world data.

This is one of few NBT libraries that includes tests.

The first versions of this library were developed in 2010 as part of Chunky. The library was moved to a separate project in 2017 in order to reduce the complexity of the main Chunky codebase. This library also has a more permissive license than the rest of Chunky.

The code is licensed under the Modified BSD License.

Copyright (c) Jesper Öqvist, 2010-2017.

Dependencies

Java 7 or higher is required to build this library.

Versions

Version
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0