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