is not current version
Last Version 2.5.0_v4

org.cognitor.cassandra:cassandra-migration-parent 2.3.1

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.

Categories

Categories

Cassandra Data Databases
GroupId

GroupId

org.cognitor.cassandra
ArtifactId

ArtifactId

cassandra-migration-parent
Version

Version

2.3.1
Type

Type

pom

Download cassandra-migration-parent 2.3.1


<!-- https://jarcasting.com/artifacts/org.cognitor.cassandra/cassandra-migration-parent/ -->
<dependency>
    <groupId>org.cognitor.cassandra</groupId>
    <artifactId>cassandra-migration-parent</artifactId>
    <version>2.3.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cognitor.cassandra/cassandra-migration-parent/
implementation 'org.cognitor.cassandra:cassandra-migration-parent:2.3.1'
// https://jarcasting.com/artifacts/org.cognitor.cassandra/cassandra-migration-parent/
implementation ("org.cognitor.cassandra:cassandra-migration-parent:2.3.1")
'org.cognitor.cassandra:cassandra-migration-parent:pom:2.3.1'
<dependency org="org.cognitor.cassandra" name="cassandra-migration-parent" rev="2.3.1">
  <artifact name="cassandra-migration-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cognitor.cassandra', module='cassandra-migration-parent', version='2.3.1')
)
libraryDependencies += "org.cognitor.cassandra" % "cassandra-migration-parent" % "2.3.1"
[org.cognitor.cassandra/cassandra-migration-parent "2.3.1"]