MVN

com.builtamont : cassandra-migration

Maven & Gradle

Apr 03, 2017
51 stars

Cassandra Migration · Database migration tool for Cassandra

<dependency>
    <groupId>com.builtamont</groupId>
    <artifactId>cassandra-migration</artifactId>
    <version>0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.builtamont : cassandra-migration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11

All Versions

Choose a version of com.builtamont : cassandra-migration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11
cassandra-migration-0.11
0.10.x
cassandra-migration-0.10.1
0.10
cassandra-migration-0.10
0.9
cassandra-migration-0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.builtamont</groupId>
    <artifactId>cassandra-migration</artifactId>
    <version>0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.builtamont : cassandra-migration gradle dependency to your build.gradle file:

implementation 'com.builtamont:cassandra-migration:0.11'

Gradle Kotlin DSL: Add the following com.builtamont : cassandra-migration gradle kotlin dependency to your build.gradle.kts file:

implementation("com.builtamont:cassandra-migration:0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.builtamont : cassandra-migration sbt scala dependency to your build.sbt file:

libraryDependencies += "com.builtamont" % "cassandra-migration" % "0.11"

Advertisement