is not current version
Last Version 13-1.7.2

cactus:cactus 12-1.4.1


GroupId

GroupId

cactus
ArtifactId

ArtifactId

cactus
Version

Version

12-1.4.1
Type

Type

jar

Download cactus 12-1.4.1


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