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