Categories |
CategoriesDropWizard Container Microservices Couchbase Data Databases |
---|---|
GroupId | GroupIdio.smartmachine |
ArtifactId | ArtifactIddropwizard-couchbase |
Version | Version0.2.3 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-couchbase-0.2.3.pom | |
dropwizard-couchbase-0.2.3.jar | 22 KB |
dropwizard-couchbase-0.2.3-sources.jar | 10 KB |
dropwizard-couchbase-0.2.3-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smartmachine/dropwizard-couchbase/ -->
<dependency>
<groupId>io.smartmachine</groupId>
<artifactId>dropwizard-couchbase</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.smartmachine/dropwizard-couchbase/
implementation 'io.smartmachine:dropwizard-couchbase:0.2.3'
// https://jarcasting.com/artifacts/io.smartmachine/dropwizard-couchbase/
implementation ("io.smartmachine:dropwizard-couchbase:0.2.3")
'io.smartmachine:dropwizard-couchbase:jar:0.2.3'
<dependency org="io.smartmachine" name="dropwizard-couchbase" rev="0.2.3">
<artifact name="dropwizard-couchbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smartmachine', module='dropwizard-couchbase', version='0.2.3')
)
libraryDependencies += "io.smartmachine" % "dropwizard-couchbase" % "0.2.3"
[io.smartmachine/dropwizard-couchbase "0.2.3"]