GroupId | GroupIddev.dewy |
---|---|
ArtifactId | ArtifactIdnbt |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
nbt-1.1.0.pom | |
nbt-1.1.0.jar | 30 KB |
nbt-1.1.0-sources.jar | 19 KB |
nbt-1.1.0-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.dewy/nbt/ -->
<dependency>
<groupId>dev.dewy</groupId>
<artifactId>nbt</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.dewy/nbt/
implementation 'dev.dewy:nbt:1.1.0'
// https://jarcasting.com/artifacts/dev.dewy/nbt/
implementation ("dev.dewy:nbt:1.1.0")
'dev.dewy:nbt:jar:1.1.0'
<dependency org="dev.dewy" name="nbt" rev="1.1.0">
<artifact name="nbt" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.dewy', module='nbt', version='1.1.0')
)
libraryDependencies += "dev.dewy" % "nbt" % "1.1.0"
[dev.dewy/nbt "1.1.0"]