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