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