is not current version
Last Version 13-1.7.2

cactus:cactus 1.4b1


GroupId

GroupId

cactus
ArtifactId

ArtifactId

cactus
Version

Version

1.4b1
Type

Type

jar

Download cactus 1.4b1


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