is not current version
Last Version 1.3.1

org.cuberact:cuberact-tools 1.2.0

Some useful classes

GroupId

GroupId

org.cuberact
ArtifactId

ArtifactId

cuberact-tools
Version

Version

1.2.0
Type

Type

jar

Download cuberact-tools 1.2.0


<!-- https://jarcasting.com/artifacts/org.cuberact/cuberact-tools/ -->
<dependency>
    <groupId>org.cuberact</groupId>
    <artifactId>cuberact-tools</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cuberact/cuberact-tools/
implementation 'org.cuberact:cuberact-tools:1.2.0'
// https://jarcasting.com/artifacts/org.cuberact/cuberact-tools/
implementation ("org.cuberact:cuberact-tools:1.2.0")
'org.cuberact:cuberact-tools:jar:1.2.0'
<dependency org="org.cuberact" name="cuberact-tools" rev="1.2.0">
  <artifact name="cuberact-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cuberact', module='cuberact-tools', version='1.2.0')
)
libraryDependencies += "org.cuberact" % "cuberact-tools" % "1.2.0"
[org.cuberact/cuberact-tools "1.2.0"]