| Categories |
CategoriesDropWizard Container Microservices JDBI Data Databases |
|---|---|
| GroupId | GroupIdio.dropwizard |
| ArtifactId | ArtifactIddropwizard-jdbi3 |
| Version | Version2.0.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dropwizard-jdbi3-2.0.13.pom | |
| dropwizard-jdbi3-2.0.13.jar | 10 KB |
| dropwizard-jdbi3-2.0.13-sources.jar | 6 KB |
| dropwizard-jdbi3-2.0.13-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jdbi3/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jdbi3</artifactId>
<version>2.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jdbi3/
implementation 'io.dropwizard:dropwizard-jdbi3:2.0.13'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jdbi3/
implementation ("io.dropwizard:dropwizard-jdbi3:2.0.13")
'io.dropwizard:dropwizard-jdbi3:jar:2.0.13'
<dependency org="io.dropwizard" name="dropwizard-jdbi3" rev="2.0.13">
<artifact name="dropwizard-jdbi3" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-jdbi3', version='2.0.13')
)
libraryDependencies += "io.dropwizard" % "dropwizard-jdbi3" % "2.0.13"
[io.dropwizard/dropwizard-jdbi3 "2.0.13"]