is not current version
Last Version 4.3.1.0

org.cassandraunit:cassandra-unit-shaded 2.1.9.2

cassandra-unit with some shaded dependencies to avoid known version clashes. Make sure to depend on cassandra-unit-shaded in test-scope only, else your generated artefact will contain a lot of unneeded dependencies. cassandra-unit-shaded is a replacement for cassandra-unit only, not also for cassandra-unit-spring. If you want to use both -shaded and -spring, then exclude cassandra-unit out of the imported dependencies of cassandra-unit-spring.

Categories

Categories

Cassandra Data Databases
GroupId

GroupId

org.cassandraunit
ArtifactId

ArtifactId

cassandra-unit-shaded
Version

Version

2.1.9.2
Type

Type

jar

Download cassandra-unit-shaded 2.1.9.2


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