jo-nbt

Java NBT library.

Лицензия

Лицензия

Группа

Группа

se.llbit
Идентификатор

Идентификатор

jo-nbt
Последняя версия

Последняя версия

1.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

jo-nbt
Java NBT library.
Ссылка на сайт

Ссылка на сайт

https://github.com/llbit/jo-nbt
Система контроля версий

Система контроля версий

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

Скачать jo-nbt

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0