MVN

pro.foundev.cassandra : cassandra-commons-test-spring

Maven & Gradle

Nov 18, 2015
2 usages

Cassandra Commmons for Apache Cassandra - Spring Test · Integrates Cassandra Commons Test with Spring

<dependency>
    <groupId>pro.foundev.cassandra</groupId>
    <artifactId>cassandra-commons-test-spring</artifactId>
    <version>0.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pro.foundev.cassandra : cassandra-commons-test-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.4

All Versions

Choose a version of pro.foundev.cassandra : cassandra-commons-test-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
cassandra-commons-test-spring-0.4.4
cassandra-commons-test-spring-0.4.2
cassandra-commons-test-spring-0.4.1
cassandra-commons-test-spring-0.4.0

How to add a dependency to Maven

Add the following pro.foundev.cassandra : cassandra-commons-test-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pro.foundev.cassandra</groupId>
    <artifactId>cassandra-commons-test-spring</artifactId>
    <version>0.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pro.foundev.cassandra : cassandra-commons-test-spring gradle dependency to your build.gradle file:

implementation 'pro.foundev.cassandra:cassandra-commons-test-spring:0.4.4'

Gradle Kotlin DSL: Add the following pro.foundev.cassandra : cassandra-commons-test-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("pro.foundev.cassandra:cassandra-commons-test-spring:0.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following pro.foundev.cassandra : cassandra-commons-test-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "pro.foundev.cassandra" % "cassandra-commons-test-spring" % "0.4.4"