j

jdbi3-guava

Support for Google Guava data types.
Files download
File Operation
jdbi3-guava-3.38.0-rc2.jar download
jdbi3-guava-3.38.0-rc2.pom download
jdbi3-guava-3.38.0-rc2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jdbi</groupId>
  <artifactId>jdbi3-guava</artifactId>
  <version>3.38.0-rc2</version>
</dependency>
Gradle Groovy
implementation 'org.jdbi:jdbi3-guava:3.38.0-rc2'
Gradle Kotlin
implementation("org.jdbi:jdbi3-guava:3.38.0-rc2")
Scala SBT
libraryDependencies += "org.jdbi" % "jdbi3-guava" % "3.38.0-rc2"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi', module='jdbi3-guava', version='3.38.0-rc2')
)
Apache Ivy
<dependency org="org.jdbi" name="jdbi3-guava" rev="3.38.0-rc2" />
Leiningen
[org.jdbi/jdbi3-guava "3.38.0-rc2"]
Apache Buildr
'org.jdbi:jdbi3-guava:jar:3.38.0-rc2'