Download cassandra-migration-2.0.0.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 2.0.0 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

cassandra-migration-2.0.0-javadoc.jar
cassandra-migration-2.0.0-sources.jar
cassandra-migration-2.0.0.jar
cassandra-migration-2.0.0.pom



Related Tutorials