c

cassandra-ninja-module

Files download
File Operation
cassandra-ninja-module-1.0.0.jar download
cassandra-ninja-module-1.0.0.pom download
cassandra-ninja-module-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fizzed</groupId>
  <artifactId>cassandra-ninja-module</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.fizzed:cassandra-ninja-module:1.0.0'
Gradle Kotlin
implementation("com.fizzed:cassandra-ninja-module:1.0.0")
Scala SBT
libraryDependencies += "com.fizzed" % "cassandra-ninja-module" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.fizzed', module='cassandra-ninja-module', version='1.0.0')
)
Apache Ivy
<dependency org="com.fizzed" name="cassandra-ninja-module" rev="1.0.0" />
Leiningen
[com.fizzed/cassandra-ninja-module "1.0.0"]
Apache Buildr
'com.fizzed:cassandra-ninja-module:jar:1.0.0'