MVN

com.bazaarvoice.maven.plugins : cassandra-maven-plugin

Maven & Gradle

Apr 05, 2022
0 stars

BV Customized Version of Mojo's Cassandra Maven Plugin · The Mojo Projects plugin for Apache Maven to allow launching a local Apache Cassandra instance from a Maven build. Customized by Bazaarvoice to allow the cql-exec goal to be more easily skipped if the desired keyspace is already present.

<dependency>
    <groupId>com.bazaarvoice.maven.plugins</groupId>
    <artifactId>cassandra-maven-plugin</artifactId>
    <version>3.11.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bazaarvoice.maven.plugins : cassandra-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.11.12.1
  • Latest Release Candidate: 3.11.12.1-RC1

All Versions

Choose a version of com.bazaarvoice.maven.plugins : cassandra-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.11.x
cassandra-maven-plugin-3.11.12.1
cassandra-maven-plugin-3.11.12.1-RC1
3.0.x
cassandra-maven-plugin-3.0.25.1
2.2.x
cassandra-maven-plugin-2.2.19
cassandra-maven-plugin-2.2.4-5
cassandra-maven-plugin-2.2.4-4

How to add a dependency to Maven

Add the following com.bazaarvoice.maven.plugins : cassandra-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bazaarvoice.maven.plugins</groupId>
    <artifactId>cassandra-maven-plugin</artifactId>
    <version>3.11.12.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bazaarvoice.maven.plugins : cassandra-maven-plugin gradle dependency to your build.gradle file:

implementation 'com.bazaarvoice.maven.plugins:cassandra-maven-plugin:3.11.12.1'

Gradle Kotlin DSL: Add the following com.bazaarvoice.maven.plugins : cassandra-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bazaarvoice.maven.plugins:cassandra-maven-plugin:3.11.12.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bazaarvoice.maven.plugins : cassandra-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bazaarvoice.maven.plugins" % "cassandra-maven-plugin" % "3.11.12.1"