GroupId | GroupIdbr.com.gamemods |
---|---|
ArtifactId | ArtifactIdnbt-manipulator |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
nbt-manipulator-0.0.2.pom | |
nbt-manipulator-0.0.2.jar | 56 KB |
nbt-manipulator-0.0.2-sources.jar | 11 KB |
nbt-manipulator-0.0.2-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.gamemods/nbt-manipulator/ -->
<dependency>
<groupId>br.com.gamemods</groupId>
<artifactId>nbt-manipulator</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.gamemods/nbt-manipulator/
implementation 'br.com.gamemods:nbt-manipulator:0.0.2'
// https://jarcasting.com/artifacts/br.com.gamemods/nbt-manipulator/
implementation ("br.com.gamemods:nbt-manipulator:0.0.2")
'br.com.gamemods:nbt-manipulator:jar:0.0.2'
<dependency org="br.com.gamemods" name="nbt-manipulator" rev="0.0.2">
<artifact name="nbt-manipulator" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.gamemods', module='nbt-manipulator', version='0.0.2')
)
libraryDependencies += "br.com.gamemods" % "nbt-manipulator" % "0.0.2"
[br.com.gamemods/nbt-manipulator "0.0.2"]