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