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.

License

License

GroupId

GroupId

org.mattrick
ArtifactId

ArtifactId

enbeet
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/devmattrick/enbeet
Source Code Management

Source Code Management

https://github.com/devmattrick/enbeet/tree/main

Download enbeet

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.0-M1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2