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