License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdio.dropwizard.modules |
ArtifactId | ArtifactIddropwizard-foundationdb |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard FoundationDB
Provides easy integration for Dropwizard applications with FoundationDB and various layer implementations.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-foundationdb/ -->
<dependency>
<groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-foundationdb</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-foundationdb/
implementation 'io.dropwizard.modules:dropwizard-foundationdb:2.0.0'
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-foundationdb/
implementation ("io.dropwizard.modules:dropwizard-foundationdb:2.0.0")
'io.dropwizard.modules:dropwizard-foundationdb:jar:2.0.0'
<dependency org="io.dropwizard.modules" name="dropwizard-foundationdb" rev="2.0.0">
<artifact name="dropwizard-foundationdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-foundationdb', version='2.0.0')
)
libraryDependencies += "io.dropwizard.modules" % "dropwizard-foundationdb" % "2.0.0"
[io.dropwizard.modules/dropwizard-foundationdb "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | |
org.foundationdb : fdb-java | jar | 7.1.7 |
org.foundationdb : fdb-extensions | jar | 2.8.110.0 |
org.foundationdb : fdb-record-layer-core | jar | 2.8.110.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.mockito : mockito-core | jar | |
io.dropwizard : dropwizard-testing | jar | |
org.assertj : assertj-core | jar |