Download cassandra-migration-0.9.jar file - Jar c

Jar examples for c:cassandra-migration

Description

This module helps you manage your cassandra schema migrations by using scripts that are applied in a particular order during application startup.

You can download jar file cassandra-migration 0.9 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add cassandra-migration-0.9.jar to your project.

<dependency>
   <groupId>com.builtamont</groupId>
   <artifactId>cassandra-migration</artifactId>
   <version>0.9</version>
</dependency>
compile group: 'com.builtamont', name: 'cassandra-migration', version: '0.9'
libraryDependencies += "com.builtamont" % "cassandra-migration" % "0.9"
<dependency org="com.builtamont" name="cassandra-migration" rev="0.9"/>
@Grapes(@Grab(group='com.builtamont', module='cassandra-migration', version='0.9'))
'com.builtamont:cassandra-migration:jar:0.9'

Download

Click the following link to download the jar file.

cassandra-migration-0.9-dependencies.jar
cassandra-migration-0.9-javadoc.jar
cassandra-migration-0.9-sources.jar
cassandra-migration-0.9.jar
cassandra-migration-0.9.pom



Related Tutorials