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