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