is not current version
Last Version 2.0.0-rc9

io.dropwizard:dropwizard-jdbi 2.0.0-rc4


Categories

Categories

DropWizard Container Microservices JDBI Data Databases
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-jdbi
Version

Version

2.0.0-rc4
Type

Type

jar

Download dropwizard-jdbi 2.0.0-rc4


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