License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices JDBI Data Databases |
GroupId | GroupIdio.dropwizard.modules |
ArtifactId | ArtifactIddropwizard-jdbi |
Last Version | Last Version2.0.29 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard JDBI Support
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
applications.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dropwizard-jdbi-2.0.29.pom | |
dropwizard-jdbi-2.0.29.jar | 74 KB |
dropwizard-jdbi-2.0.29-sources.jar | 37 KB |
dropwizard-jdbi-2.0.29-javadoc.jar | 250 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-jdbi/ -->
<dependency>
<groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-jdbi</artifactId>
<version>2.0.29</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-jdbi/
implementation 'io.dropwizard.modules:dropwizard-jdbi:2.0.29'
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-jdbi/
implementation ("io.dropwizard.modules:dropwizard-jdbi:2.0.29")
'io.dropwizard.modules:dropwizard-jdbi:jar:2.0.29'
<dependency org="io.dropwizard.modules" name="dropwizard-jdbi" rev="2.0.29">
<artifact name="dropwizard-jdbi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-jdbi', version='2.0.29')
)
libraryDependencies += "io.dropwizard.modules" % "dropwizard-jdbi" % "2.0.29"
[io.dropwizard.modules/dropwizard-jdbi "2.0.29"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 2.0.29 |
io.dropwizard : dropwizard-db | jar | 2.0.29 |
io.dropwizard : dropwizard-jersey | jar | 2.0.29 |
io.dropwizard : dropwizard-lifecycle | jar | 2.0.29 |
io.dropwizard : dropwizard-util | jar | 2.0.29 |
org.jdbi : jdbi | jar | 2.78 |
io.dropwizard.metrics : metrics-core | jar | |
io.dropwizard.metrics : metrics-jdbi | jar | |
io.dropwizard.metrics : metrics-healthchecks | jar | |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
ch.qos.logback : logback-classic | jar | 1.2.11 |
joda-time : joda-time | jar | 2.10.14 |
org.slf4j : slf4j-api | jar | 1.7.36 |
com.google.guava : guava | jar | 31.1-jre |
jakarta.ws.rs : jakarta.ws.rs-api | jar | 2.1.6 |
org.eclipse.jetty : jetty-util | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter | jar | |
org.assertj : assertj-core | jar | 3.22.0 |
org.mockito : mockito-core | jar | 4.4.0 |
com.h2database : h2 | jar | 1.4.200 |
io.dropwizard : dropwizard-logging | jar | 2.0.29 |