is not current version
Last Version 2.0.0-rc9

io.dropwizard:dropwizard-jdbi 0.9.0-rc2


Categories

Categories

DropWizard Container Microservices JDBI Data Databases
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-jdbi
Version

Version

0.9.0-rc2
Type

Type

jar

Download dropwizard-jdbi 0.9.0-rc2


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