| GroupId | GroupIdcom.github.shynixn.petblocks |
|---|---|
| ArtifactId | ArtifactIdroot |
| Version | Version6.2.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| root-6.2.1.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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn.petblocks/root/
implementation 'com.github.shynixn.petblocks:root:6.2.1'
// https://jarcasting.com/artifacts/com.github.shynixn.petblocks/root/
implementation ("com.github.shynixn.petblocks:root:6.2.1")
'com.github.shynixn.petblocks:root:pom:6.2.1'
<dependency org="com.github.shynixn.petblocks" name="root" rev="6.2.1">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn.petblocks', module='root', version='6.2.1')
)
libraryDependencies += "com.github.shynixn.petblocks" % "root" % "6.2.1"
[com.github.shynixn.petblocks/root "6.2.1"]