GroupId | GroupIdcom.github.shynixn.structureblocklib |
---|---|
ArtifactId | ArtifactIdroot |
Version | Version1.5.0 |
Type | Typepom |
Filename | Size |
---|---|
root-1.5.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shynixn.structureblocklib/root/ -->
<dependency>
<groupId>com.github.shynixn.structureblocklib</groupId>
<artifactId>root</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn.structureblocklib/root/
implementation 'com.github.shynixn.structureblocklib:root:1.5.0'
// https://jarcasting.com/artifacts/com.github.shynixn.structureblocklib/root/
implementation ("com.github.shynixn.structureblocklib:root:1.5.0")
'com.github.shynixn.structureblocklib:root:pom:1.5.0'
<dependency org="com.github.shynixn.structureblocklib" name="root" rev="1.5.0">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn.structureblocklib', module='root', version='1.5.0')
)
libraryDependencies += "com.github.shynixn.structureblocklib" % "root" % "1.5.0"
[com.github.shynixn.structureblocklib/root "1.5.0"]