Categories |
CategoriesCassandra Data Databases |
---|---|
GroupId | GroupIdcom.github.nosan |
ArtifactId | ArtifactIdembedded-cassandra-annotations |
Version | Version3.0.0.RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.nosan/embedded-cassandra-annotations/ -->
<dependency>
<groupId>com.github.nosan</groupId>
<artifactId>embedded-cassandra-annotations</artifactId>
<version>3.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nosan/embedded-cassandra-annotations/
implementation 'com.github.nosan:embedded-cassandra-annotations:3.0.0.RC1'
// https://jarcasting.com/artifacts/com.github.nosan/embedded-cassandra-annotations/
implementation ("com.github.nosan:embedded-cassandra-annotations:3.0.0.RC1")
'com.github.nosan:embedded-cassandra-annotations:jar:3.0.0.RC1'
<dependency org="com.github.nosan" name="embedded-cassandra-annotations" rev="3.0.0.RC1">
<artifact name="embedded-cassandra-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nosan', module='embedded-cassandra-annotations', version='3.0.0.RC1')
)
libraryDependencies += "com.github.nosan" % "embedded-cassandra-annotations" % "3.0.0.RC1"
[com.github.nosan/embedded-cassandra-annotations "3.0.0.RC1"]