j

jdbi3-guice

Google Guice integration.
Files download
File Operation
jdbi3-guice-3.38.1-rc1.jar download
jdbi3-guice-3.38.1-rc1.pom download
jdbi3-guice-3.38.1-rc1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jdbi</groupId>
  <artifactId>jdbi3-guice</artifactId>
  <version>3.38.1-rc1</version>
</dependency>
Gradle Groovy
implementation 'org.jdbi:jdbi3-guice:3.38.1-rc1'
Gradle Kotlin
implementation("org.jdbi:jdbi3-guice:3.38.1-rc1")
Scala SBT
libraryDependencies += "org.jdbi" % "jdbi3-guice" % "3.38.1-rc1"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi', module='jdbi3-guice', version='3.38.1-rc1')
)
Apache Ivy
<dependency org="org.jdbi" name="jdbi3-guice" rev="3.38.1-rc1" />
Leiningen
[org.jdbi/jdbi3-guice "3.38.1-rc1"]
Apache Buildr
'org.jdbi:jdbi3-guice:jar:3.38.1-rc1'