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