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