<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-jdbi</artifactId> <version>1.3.9</version> </dependency>
implementation 'io.dropwizard:dropwizard-jdbi:1.3.9'
implementation("io.dropwizard:dropwizard-jdbi:1.3.9")
libraryDependencies += "io.dropwizard" % "dropwizard-jdbi" % "1.3.9"
@Grapes( @Grab(group='io.dropwizard', module='dropwizard-jdbi', version='1.3.9') )
<dependency org="io.dropwizard" name="dropwizard-jdbi" rev="1.3.9" />
[io.dropwizard/dropwizard-jdbi "1.3.9"]
'io.dropwizard:dropwizard-jdbi:jar:1.3.9'
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>1.3.9</version> </parent>
compile
|-- io.dropwizard:dropwizard-db
|-- org.jdbi:jdbi
|-- io.dropwizard.metrics:metrics-jdbi
test
|-- com.h2database:h2