is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-jdbi3 1.3.12


Categories

Categories

DropWizard Container Microservices JDBI Data Databases
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-jdbi3
Version

Version

1.3.12
Type

Type

jar

Download dropwizard-jdbi3 1.3.12


<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jdbi3/ -->
<dependency>
    <groupId>io.dropwizard</groupId>
    <artifactId>dropwizard-jdbi3</artifactId>
    <version>1.3.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jdbi3/
implementation 'io.dropwizard:dropwizard-jdbi3:1.3.12'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-jdbi3/
implementation ("io.dropwizard:dropwizard-jdbi3:1.3.12")
'io.dropwizard:dropwizard-jdbi3:jar:1.3.12'
<dependency org="io.dropwizard" name="dropwizard-jdbi3" rev="1.3.12">
  <artifact name="dropwizard-jdbi3" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-jdbi3', version='1.3.12')
)
libraryDependencies += "io.dropwizard" % "dropwizard-jdbi3" % "1.3.12"
[io.dropwizard/dropwizard-jdbi3 "1.3.12"]