| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices JDBI Data Databases |
| GroupId | GroupIdio.dropwizard |
| ArtifactId | ArtifactIddropwizard-jdbi |
| Last Version | Last Version2.0.0-rc9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDropwizard JDBI Support
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
applications.
|
| Filename | Size |
|---|---|
| dropwizard-jdbi-2.0.0-rc9.pom | |
| dropwizard-jdbi-2.0.0-rc9.jar | 73 KB |
| dropwizard-jdbi-2.0.0-rc9-sources.jar | 37 KB |
| dropwizard-jdbi-2.0.0-rc9-javadoc.jar | 257 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jdbi/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jdbi</artifactId>
<version>2.0.0-rc9</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jdbi/
implementation 'io.dropwizard:dropwizard-jdbi:2.0.0-rc9'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jdbi/
implementation ("io.dropwizard:dropwizard-jdbi:2.0.0-rc9")
'io.dropwizard:dropwizard-jdbi:jar:2.0.0-rc9'
<dependency org="io.dropwizard" name="dropwizard-jdbi" rev="2.0.0-rc9">
<artifact name="dropwizard-jdbi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-jdbi', version='2.0.0-rc9')
)
libraryDependencies += "io.dropwizard" % "dropwizard-jdbi" % "2.0.0-rc9"
[io.dropwizard/dropwizard-jdbi "2.0.0-rc9"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard : dropwizard-db | jar | 2.0.0-rc9 |
| org.jdbi : jdbi | jar | 2.78 |
| io.dropwizard.metrics : metrics-jdbi | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | |
| org.assertj : assertj-core | jar | 3.13.2 |
| org.mockito : mockito-core | jar | 3.0.0 |
| com.h2database : h2 | jar | 1.4.199 |