Jar examples for c:cassandra-migration
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.
The Apache License, Version 2.0
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'
Click the following link to download the jar file.
cassandra-migration-2.0.0-javadoc.jar