is not current version
Last Version 4.3.1.0

org.cassandraunit:cassandra-unit 3.5.0.1

Test framework to develop with Cassandra

Categories

Categories

Cassandra Data Databases
GroupId

GroupId

org.cassandraunit
ArtifactId

ArtifactId

cassandra-unit
Version

Version

3.5.0.1
Type

Type

jar

Download cassandra-unit 3.5.0.1


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