Categories |
CategoriesSpring Boot Container Microservices Cassandra Data Databases |
---|---|
GroupId | GroupIdorg.cognitor.cassandra |
ArtifactId | ArtifactIdcassandra-migration-spring-boot-starter |
Version | Version2.2.1 |
Type | Typejar |
<!-- 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.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cognitor.cassandra/cassandra-migration-spring-boot-starter/
implementation 'org.cognitor.cassandra:cassandra-migration-spring-boot-starter:2.2.1'
// https://jarcasting.com/artifacts/org.cognitor.cassandra/cassandra-migration-spring-boot-starter/
implementation ("org.cognitor.cassandra:cassandra-migration-spring-boot-starter:2.2.1")
'org.cognitor.cassandra:cassandra-migration-spring-boot-starter:jar:2.2.1'
<dependency org="org.cognitor.cassandra" name="cassandra-migration-spring-boot-starter" rev="2.2.1">
<artifact name="cassandra-migration-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cognitor.cassandra', module='cassandra-migration-spring-boot-starter', version='2.2.1')
)
libraryDependencies += "org.cognitor.cassandra" % "cassandra-migration-spring-boot-starter" % "2.2.1"
[org.cognitor.cassandra/cassandra-migration-spring-boot-starter "2.2.1"]