| Лицензия |
Лицензия |
|---|---|
| Группа | Группаdev.dewy |
| Идентификатор | Идентификаторnbt |
| Последняя версия | Последняя версия1.5.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеnbt
Flexible and intuitive library for reading and writing Minecraft's NBT format, with emphasis on custom tags.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| nbt-1.5.1.pom | |
| nbt-1.5.1.jar | 33 KB |
| nbt-1.5.1-sources.jar | 20 KB |
| nbt-1.5.1-javadoc.jar | 109 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/dev.dewy/nbt/ -->
<dependency>
<groupId>dev.dewy</groupId>
<artifactId>nbt</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.dewy/nbt/
implementation 'dev.dewy:nbt:1.5.1'
// https://jarcasting.com/artifacts/dev.dewy/nbt/
implementation ("dev.dewy:nbt:1.5.1")
'dev.dewy:nbt:jar:1.5.1'
<dependency org="dev.dewy" name="nbt" rev="1.5.1">
<artifact name="nbt" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.dewy', module='nbt', version='1.5.1')
)
libraryDependencies += "dev.dewy" % "nbt" % "1.5.1"
[dev.dewy/nbt "1.5.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| com.google.code.gson : gson | jar | 2.8.8 |