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