d

dropwizard-cassandra

Provides easy integration for Dropwizard applications with Apache Cassandra using the DataStax 4.x client
https://github.com/dropwizard/dropwizard-cassandra
Apache 2.0
Natalie Zamani
文件下载
文件名 操作
dropwizard-cassandra-4.0.0.jar 下载
dropwizard-cassandra-4.0.0.pom 下载
dropwizard-cassandra-4.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.dropwizard.modules</groupId>
  <artifactId>dropwizard-cassandra</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.dropwizard.modules:dropwizard-cassandra:4.0.0'
Gradle Kotlin
implementation("io.dropwizard.modules:dropwizard-cassandra:4.0.0")
Scala SBT
libraryDependencies += "io.dropwizard.modules" % "dropwizard-cassandra" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard.modules', module='dropwizard-cassandra', version='4.0.0')
)
Apache Ivy
<dependency org="io.dropwizard.modules" name="dropwizard-cassandra" rev="4.0.0" />
Leiningen
[io.dropwizard.modules/dropwizard-cassandra "4.0.0"]
Apache Buildr
'io.dropwizard.modules:dropwizard-cassandra:jar:4.0.0'