Categories |
CategoriesDropWizard Container Microservices Cassandra Data Databases |
---|---|
GroupId | GroupIdorg.stuartgunter |
ArtifactId | ArtifactIddropwizard-cassandra |
Version | Version1.1-dw0.8-cs2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.stuartgunter/dropwizard-cassandra/ -->
<dependency>
<groupId>org.stuartgunter</groupId>
<artifactId>dropwizard-cassandra</artifactId>
<version>1.1-dw0.8-cs2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.stuartgunter/dropwizard-cassandra/
implementation 'org.stuartgunter:dropwizard-cassandra:1.1-dw0.8-cs2.1'
// https://jarcasting.com/artifacts/org.stuartgunter/dropwizard-cassandra/
implementation ("org.stuartgunter:dropwizard-cassandra:1.1-dw0.8-cs2.1")
'org.stuartgunter:dropwizard-cassandra:jar:1.1-dw0.8-cs2.1'
<dependency org="org.stuartgunter" name="dropwizard-cassandra" rev="1.1-dw0.8-cs2.1">
<artifact name="dropwizard-cassandra" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.stuartgunter', module='dropwizard-cassandra', version='1.1-dw0.8-cs2.1')
)
libraryDependencies += "org.stuartgunter" % "dropwizard-cassandra" % "1.1-dw0.8-cs2.1"
[org.stuartgunter/dropwizard-cassandra "1.1-dw0.8-cs2.1"]