is not current version
Last Version 4.3.1.0

org.cassandraunit:cassandra-unit 2.1.9.2

Test framework to develop with Cassandra

Categories

Categories

Cassandra Data Databases
GroupId

GroupId

org.cassandraunit
ArtifactId

ArtifactId

cassandra-unit
Version

Version

2.1.9.2
Type

Type

jar

Download cassandra-unit 2.1.9.2


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