License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Cassandra Data Databases |
GroupId | GroupIdio.dropwizard.modules |
ArtifactId | ArtifactIddropwizard-cassandra |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Cassandra
Provides easy integration for Dropwizard applications with Apache Cassandra using the DataStax 4.x client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dropwizard-cassandra-2.1.0.pom | |
dropwizard-cassandra-2.1.0.jar | 50 KB |
dropwizard-cassandra-2.1.0-sources.jar | 33 KB |
dropwizard-cassandra-2.1.0-javadoc.jar | 287 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-cassandra/ -->
<dependency>
<groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-cassandra</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-cassandra/
implementation 'io.dropwizard.modules:dropwizard-cassandra:2.1.0'
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-cassandra/
implementation ("io.dropwizard.modules:dropwizard-cassandra:2.1.0")
'io.dropwizard.modules:dropwizard-cassandra:jar:2.1.0'
<dependency org="io.dropwizard.modules" name="dropwizard-cassandra" rev="2.1.0">
<artifact name="dropwizard-cassandra" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-cassandra', version='2.1.0')
)
libraryDependencies += "io.dropwizard.modules" % "dropwizard-cassandra" % "2.1.0"
[io.dropwizard.modules/dropwizard-cassandra "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | |
com.datastax.oss : java-driver-core | jar | 4.14.1 |
org.lz4 : lz4-java | jar | 1.8.0 |
io.zipkin.brave.cassandra : brave-instrumentation-cassandra-driver | jar | 0.11.1 |
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-testing | jar | |
org.mockito : mockito-core | jar | |
org.cassandraunit : cassandra-unit | jar | 4.3.1.0 |
org.assertj : assertj-core | jar |