is not current version
Last Version 13-1.7.2

cactus:cactus 12-1.5


GroupId

GroupId

cactus
ArtifactId

ArtifactId

cactus
Version

Version

12-1.5
Type

Type

jar

Download cactus 12-1.5


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