c

cassandra-migration-parent

This is a multi module project that contains a library to assist with managing Cassandra database schemas as well as the integration for the Spring Boot Framework.
https://github.com/patka/cassandra-migration
MIT License
Patrick Kranz
Files download
File Operation
cassandra-migration-parent-2.6.1_v4.pom download
Apache Maven
<dependency>
  <groupId>org.cognitor.cassandra</groupId>
  <artifactId>cassandra-migration-parent</artifactId>
  <version>2.6.1_v4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.cognitor.cassandra:cassandra-migration-parent:2.6.1_v4'
Gradle Kotlin
implementation("org.cognitor.cassandra:cassandra-migration-parent:2.6.1_v4")
Scala SBT
libraryDependencies += "org.cognitor.cassandra" % "cassandra-migration-parent" % "2.6.1_v4"
Groovy Grape
@Grapes(
  @Grab(group='org.cognitor.cassandra', module='cassandra-migration-parent', version='2.6.1_v4')
)
Apache Ivy
<dependency org="org.cognitor.cassandra" name="cassandra-migration-parent" rev="2.6.1_v4" />
Leiningen
[org.cognitor.cassandra/cassandra-migration-parent "2.6.1_v4"]
Apache Buildr
'org.cognitor.cassandra:cassandra-migration-parent:jar:2.6.1_v4'
Dependencies
The project has no third-party dependencies