Download cassandra-unit-shaded-2.1.9.2.jar file - Jar c

Jar examples for c:cassandra-unit-shaded

Description

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.

You can download jar file cassandra-unit-shaded 2.1.9.2 in this page.

Build File

You can use the following script to add cassandra-unit-shaded-2.1.9.2.jar to your project.

<dependency>
   <groupId>org.cassandraunit</groupId>
   <artifactId>cassandra-unit-shaded</artifactId>
   <version>2.1.9.2</version>
</dependency>
compile group: 'org.cassandraunit', name: 'cassandra-unit-shaded', version: '2.1.9.2'
libraryDependencies += "org.cassandraunit" % "cassandra-unit-shaded" % "2.1.9.2"
<dependency org="org.cassandraunit" name="cassandra-unit-shaded" rev="2.1.9.2"/>
@Grapes(@Grab(group='org.cassandraunit', module='cassandra-unit-shaded', version='2.1.9.2'))
'org.cassandraunit:cassandra-unit-shaded:jar:2.1.9.2'

Download

Click the following link to download the jar file.

cassandra-unit-shaded-2.1.9.2-javadoc.jar
cassandra-unit-shaded-2.1.9.2-sources.jar
cassandra-unit-shaded-2.1.9.2.jar
cassandra-unit-shaded-2.1.9.2.pom



Related Tutorials