j

jdbi3-examples

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