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