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