License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Cassandra Data Databases |
GroupId | GroupIdorg.cognitor.cassandra |
ArtifactId | ArtifactIdcassandra-migration-spring-boot-starter |
Last Version | Last Version2.5.0_v4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCassandra Migration Spring Boot Integration
This module integrates the Cassandra Migration library into Spring
Boot and eases the usage.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.cognitor.cassandra/cassandra-migration-spring-boot-starter/ -->
<dependency>
<groupId>org.cognitor.cassandra</groupId>
<artifactId>cassandra-migration-spring-boot-starter</artifactId>
<version>2.5.0_v4</version>
</dependency>
// https://jarcasting.com/artifacts/org.cognitor.cassandra/cassandra-migration-spring-boot-starter/
implementation 'org.cognitor.cassandra:cassandra-migration-spring-boot-starter:2.5.0_v4'
// https://jarcasting.com/artifacts/org.cognitor.cassandra/cassandra-migration-spring-boot-starter/
implementation ("org.cognitor.cassandra:cassandra-migration-spring-boot-starter:2.5.0_v4")
'org.cognitor.cassandra:cassandra-migration-spring-boot-starter:jar:2.5.0_v4'
<dependency org="org.cognitor.cassandra" name="cassandra-migration-spring-boot-starter" rev="2.5.0_v4">
<artifact name="cassandra-migration-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cognitor.cassandra', module='cassandra-migration-spring-boot-starter', version='2.5.0_v4')
)
libraryDependencies += "org.cognitor.cassandra" % "cassandra-migration-spring-boot-starter" % "2.5.0_v4"
[org.cognitor.cassandra/cassandra-migration-spring-boot-starter "2.5.0_v4"]
Group / Artifact | Type | Version |
---|---|---|
org.cognitor.cassandra : cassandra-migration | jar | 2.5.0_v4 |
org.slf4j : slf4j-api | jar | 1.7.32 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.6.1 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.6.1 |
Group / Artifact | Type | Version |
---|---|---|
com.datastax.oss : java-driver-core | jar | 4.13.0 |
org.springframework.boot : spring-boot | jar | 2.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.32 |
junit : junit | jar | 4.13.2 |
org.springframework.boot : spring-boot-test-autoconfigure | jar | 2.6.1 |
org.springframework : spring-test | jar | 5.3.13 |
org.mockito : mockito-core | jar | 4.1.0 |
org.hamcrest : hamcrest | jar | 2.2 |