| License |
License |
|---|---|
| GroupId | GroupIdorg.mattrick |
| ArtifactId | ArtifactIdenbeet |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
DescriptionEnbeet
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.0-M1 |