| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.mattrick |
| Идентификатор | Идентификаторenbeet |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEnbeet
enbeet is a modern Java NBT library. Its codebase is intentionally small and easy to understand. It makes extensive use of the Optional API to make null handling much more explicit and safer.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| enbeet-1.0.2.pom | |
| enbeet-1.0.2.jar | 17 KB |
| enbeet-1.0.2-sources.jar | 9 KB |
| enbeet-1.0.2-javadoc.jar | 142 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.mattrick/enbeet/ -->
<dependency>
<groupId>org.mattrick</groupId>
<artifactId>enbeet</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mattrick/enbeet/
implementation 'org.mattrick:enbeet:1.0.2'
// https://jarcasting.com/artifacts/org.mattrick/enbeet/
implementation ("org.mattrick:enbeet:1.0.2")
'org.mattrick:enbeet:jar:1.0.2'
<dependency org="org.mattrick" name="enbeet" rev="1.0.2">
<artifact name="enbeet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mattrick', module='enbeet', version='1.0.2')
)
libraryDependencies += "org.mattrick" % "enbeet" % "1.0.2"
[org.mattrick/enbeet "1.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.0-M1 |