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