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