Categories |
CategoriesDropWizard Container Microservices Cassandra Data Databases |
---|---|
GroupId | GroupIdorg.stuartgunter |
ArtifactId | ArtifactIddropwizard-cassandra |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-cassandra-0.3.pom | |
dropwizard-cassandra-0.3.jar | 22 KB |
dropwizard-cassandra-0.3-sources.jar | 19 KB |
dropwizard-cassandra-0.3-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.stuartgunter/dropwizard-cassandra/ -->
<dependency>
<groupId>org.stuartgunter</groupId>
<artifactId>dropwizard-cassandra</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.stuartgunter/dropwizard-cassandra/
implementation 'org.stuartgunter:dropwizard-cassandra:0.3'
// https://jarcasting.com/artifacts/org.stuartgunter/dropwizard-cassandra/
implementation ("org.stuartgunter:dropwizard-cassandra:0.3")
'org.stuartgunter:dropwizard-cassandra:jar:0.3'
<dependency org="org.stuartgunter" name="dropwizard-cassandra" rev="0.3">
<artifact name="dropwizard-cassandra" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.stuartgunter', module='dropwizard-cassandra', version='0.3')
)
libraryDependencies += "org.stuartgunter" % "dropwizard-cassandra" % "0.3"
[org.stuartgunter/dropwizard-cassandra "0.3"]