License |
License |
---|---|
Categories |
CategoriesCassandra Data Databases |
GroupId | GroupIdorg.cognitor.cassandra |
ArtifactId | ArtifactIdcassandra-migration-parent |
Last Version | Last Version2.5.0_v4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCassandra 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cassandra-migration-parent-2.5.0_v4.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cognitor.cassandra/cassandra-migration-parent/ -->
<dependency>
<groupId>org.cognitor.cassandra</groupId>
<artifactId>cassandra-migration-parent</artifactId>
<version>2.5.0_v4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cognitor.cassandra/cassandra-migration-parent/
implementation 'org.cognitor.cassandra:cassandra-migration-parent:2.5.0_v4'
// https://jarcasting.com/artifacts/org.cognitor.cassandra/cassandra-migration-parent/
implementation ("org.cognitor.cassandra:cassandra-migration-parent:2.5.0_v4")
'org.cognitor.cassandra:cassandra-migration-parent:pom:2.5.0_v4'
<dependency org="org.cognitor.cassandra" name="cassandra-migration-parent" rev="2.5.0_v4">
<artifact name="cassandra-migration-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cognitor.cassandra', module='cassandra-migration-parent', version='2.5.0_v4')
)
libraryDependencies += "org.cognitor.cassandra" % "cassandra-migration-parent" % "2.5.0_v4"
[org.cognitor.cassandra/cassandra-migration-parent "2.5.0_v4"]