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