<dependency>
<groupId>org.cassandraunit</groupId>
<artifactId>cassandra-unit-spring</artifactId>
<version>3.3.0.1</version>
</dependency>
@Grapes(
@Grab(group='org.cassandraunit', module='cassandra-unit-spring', version='3.3.0.1')
)
<parent> <groupId>org.cassandraunit</groupId> <artifactId>cassandra-unit-parent</artifactId> <version>3.3.0.1</version> </parent>
compile
|-- org.cassandraunit:cassandra-unit
|-- org.springframework:spring-context
|-- org.springframework:spring-test
|-- org.hamcrest:hamcrest-core
|-- org.hamcrest:hamcrest-library
|-- com.datastax.cassandra:cassandra-driver-core
test