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