is not current version
Last Version 1.4

com.github.shynixn.ball:root 1.0

Ball is a spigot plugin to spawn balls in Minecraft.

GroupId

GroupId

com.github.shynixn.ball
ArtifactId

ArtifactId

root
Version

Version

1.0
Type

Type

pom

Download root 1.0

Filename Size
root-1.0.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.shynixn.ball/root/ -->
<dependency>
    <groupId>com.github.shynixn.ball</groupId>
    <artifactId>root</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shynixn.ball/root/
implementation 'com.github.shynixn.ball:root:1.0'
// https://jarcasting.com/artifacts/com.github.shynixn.ball/root/
implementation ("com.github.shynixn.ball:root:1.0")
'com.github.shynixn.ball:root:pom:1.0'
<dependency org="com.github.shynixn.ball" name="root" rev="1.0">
  <artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shynixn.ball', module='root', version='1.0')
)
libraryDependencies += "com.github.shynixn.ball" % "root" % "1.0"
[com.github.shynixn.ball/root "1.0"]