is not current version
Last Version 4.3.1.0

org.cassandraunit:cassandra-unit 2.2.2.1

Test framework to develop with Cassandra

Categories

Categories

Cassandra Data Databases
GroupId

GroupId

org.cassandraunit
ArtifactId

ArtifactId

cassandra-unit
Version

Version

2.2.2.1
Type

Type

jar

Download cassandra-unit 2.2.2.1


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