Files download
File Operation
cassandra-migration-0.11.jar download
cassandra-migration-0.11.pom download
cassandra-migration-0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.builtamont</groupId>
  <artifactId>cassandra-migration</artifactId>
  <version>0.11</version>
</dependency>
Gradle Groovy
implementation 'com.builtamont:cassandra-migration:0.11'
Gradle Kotlin
implementation("com.builtamont:cassandra-migration:0.11")
Scala SBT
libraryDependencies += "com.builtamont" % "cassandra-migration" % "0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.builtamont', module='cassandra-migration', version='0.11')
)
Apache Ivy
<dependency org="com.builtamont" name="cassandra-migration" rev="0.11" />
Leiningen
[com.builtamont/cassandra-migration "0.11"]
Apache Buildr
'com.builtamont:cassandra-migration:jar:0.11'