GroupId | GroupIdse.llbit |
---|---|
ArtifactId | ArtifactIdjo-nbt |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jo-nbt-1.0.0.pom | |
jo-nbt-1.0.0.jar | 22 KB |
jo-nbt-1.0.0-sources.jar | 23 KB |
jo-nbt-1.0.0-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.llbit/jo-nbt/ -->
<dependency>
<groupId>se.llbit</groupId>
<artifactId>jo-nbt</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.llbit/jo-nbt/
implementation 'se.llbit:jo-nbt:1.0.0'
// https://jarcasting.com/artifacts/se.llbit/jo-nbt/
implementation ("se.llbit:jo-nbt:1.0.0")
'se.llbit:jo-nbt:jar:1.0.0'
<dependency org="se.llbit" name="jo-nbt" rev="1.0.0">
<artifact name="jo-nbt" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.llbit', module='jo-nbt', version='1.0.0')
)
libraryDependencies += "se.llbit" % "jo-nbt" % "1.0.0"
[se.llbit/jo-nbt "1.0.0"]