GroupId | GroupIdcom.github.shynixn.petblocks |
---|---|
ArtifactId | ArtifactIdpetblocks-bukkit-plugin |
Version | Version7.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.shynixn.petblocks/petblocks-bukkit-plugin/ -->
<dependency>
<groupId>com.github.shynixn.petblocks</groupId>
<artifactId>petblocks-bukkit-plugin</artifactId>
<version>7.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn.petblocks/petblocks-bukkit-plugin/
implementation 'com.github.shynixn.petblocks:petblocks-bukkit-plugin:7.2.1'
// https://jarcasting.com/artifacts/com.github.shynixn.petblocks/petblocks-bukkit-plugin/
implementation ("com.github.shynixn.petblocks:petblocks-bukkit-plugin:7.2.1")
'com.github.shynixn.petblocks:petblocks-bukkit-plugin:jar:7.2.1'
<dependency org="com.github.shynixn.petblocks" name="petblocks-bukkit-plugin" rev="7.2.1">
<artifact name="petblocks-bukkit-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn.petblocks', module='petblocks-bukkit-plugin', version='7.2.1')
)
libraryDependencies += "com.github.shynixn.petblocks" % "petblocks-bukkit-plugin" % "7.2.1"
[com.github.shynixn.petblocks/petblocks-bukkit-plugin "7.2.1"]