Categories |
CategoriesCassandra Data Databases |
---|---|
GroupId | GroupIdio.smartcat |
ArtifactId | ArtifactIdcassandra-migration-tool |
Version | Version2.1.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smartcat/cassandra-migration-tool/ -->
<dependency>
<groupId>io.smartcat</groupId>
<artifactId>cassandra-migration-tool</artifactId>
<version>2.1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smartcat/cassandra-migration-tool/
implementation 'io.smartcat:cassandra-migration-tool:2.1.9.0'
// https://jarcasting.com/artifacts/io.smartcat/cassandra-migration-tool/
implementation ("io.smartcat:cassandra-migration-tool:2.1.9.0")
'io.smartcat:cassandra-migration-tool:jar:2.1.9.0'
<dependency org="io.smartcat" name="cassandra-migration-tool" rev="2.1.9.0">
<artifact name="cassandra-migration-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smartcat', module='cassandra-migration-tool', version='2.1.9.0')
)
libraryDependencies += "io.smartcat" % "cassandra-migration-tool" % "2.1.9.0"
[io.smartcat/cassandra-migration-tool "2.1.9.0"]