Categories |
CategoriesCassandra Data Databases |
---|---|
GroupId | GroupIdcom.turbospaces.boot |
ArtifactId | ArtifactIdbootstrap-cassandra-migration |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-cassandra-migration/ -->
<dependency>
<groupId>com.turbospaces.boot</groupId>
<artifactId>bootstrap-cassandra-migration</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-cassandra-migration/
implementation 'com.turbospaces.boot:bootstrap-cassandra-migration:1.0.1'
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-cassandra-migration/
implementation ("com.turbospaces.boot:bootstrap-cassandra-migration:1.0.1")
'com.turbospaces.boot:bootstrap-cassandra-migration:jar:1.0.1'
<dependency org="com.turbospaces.boot" name="bootstrap-cassandra-migration" rev="1.0.1">
<artifact name="bootstrap-cassandra-migration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turbospaces.boot', module='bootstrap-cassandra-migration', version='1.0.1')
)
libraryDependencies += "com.turbospaces.boot" % "bootstrap-cassandra-migration" % "1.0.1"
[com.turbospaces.boot/bootstrap-cassandra-migration "1.0.1"]