is not current version
Last Version 2.0.0

io.dropwizard.modules:dropwizard-foundationdb 1.4.0

Provides easy integration for Dropwizard applications with FoundationDB and various layer implementations.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.dropwizard.modules
ArtifactId

ArtifactId

dropwizard-foundationdb
Version

Version

1.4.0
Type

Type

jar

Download dropwizard-foundationdb 1.4.0


<!-- https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-foundationdb/ -->
<dependency>
    <groupId>io.dropwizard.modules</groupId>
    <artifactId>dropwizard-foundationdb</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-foundationdb/
implementation 'io.dropwizard.modules:dropwizard-foundationdb:1.4.0'
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-foundationdb/
implementation ("io.dropwizard.modules:dropwizard-foundationdb:1.4.0")
'io.dropwizard.modules:dropwizard-foundationdb:jar:1.4.0'
<dependency org="io.dropwizard.modules" name="dropwizard-foundationdb" rev="1.4.0">
  <artifact name="dropwizard-foundationdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-foundationdb', version='1.4.0')
)
libraryDependencies += "io.dropwizard.modules" % "dropwizard-foundationdb" % "1.4.0"
[io.dropwizard.modules/dropwizard-foundationdb "1.4.0"]