<dependency> <groupId>org.jdbi</groupId> <artifactId>jdbi3-guice</artifactId> <version>3.38.1-rc1</version> </dependency>
implementation 'org.jdbi:jdbi3-guice:3.38.1-rc1'
implementation("org.jdbi:jdbi3-guice:3.38.1-rc1")
libraryDependencies += "org.jdbi" % "jdbi3-guice" % "3.38.1-rc1"
@Grapes( @Grab(group='org.jdbi', module='jdbi3-guice', version='3.38.1-rc1') )
<dependency org="org.jdbi" name="jdbi3-guice" rev="3.38.1-rc1" />
[org.jdbi/jdbi3-guice "3.38.1-rc1"]
'org.jdbi:jdbi3-guice:jar:3.38.1-rc1'
<parent> <groupId>org.jdbi</groupId> <artifactId>jdbi3-parent</artifactId> <version>3.38.1-rc1</version> </parent>
compile
|-- org.jdbi:jdbi3-core
|-- org.jdbi:jdbi3-guava
|-- com.google.guava:guava
|-- com.google.inject:guice
test
|-- org.jdbi:jdbi3-sqlobject
|-- org.jdbi:jdbi3-postgres
|-- org.jdbi:jdbi3-testing
|-- de.softwareforge.testing:pg-embedded
|-- com.h2database:h2
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.datatype:jackson-datatype-guava