j

jdbi3-sqlobject

SqlObject is a declarative, annotation-driven API for database access. It complements the core API. Jdbi 3 is designed to provide convenient tabular data access in Java(tm) and other JVM based languages. It uses the Java collections framework for query results, provides a convenient means of externalizing SQL statements, and named parameter support for any database that supports JDBC.
Files download
File Operation
jdbi3-sqlobject-3.41.1.jar download
jdbi3-sqlobject-3.41.1.pom download
jdbi3-sqlobject-3.41.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jdbi</groupId>
  <artifactId>jdbi3-sqlobject</artifactId>
  <version>3.41.1</version>
</dependency>
Gradle Groovy
implementation 'org.jdbi:jdbi3-sqlobject:3.41.1'
Gradle Kotlin
implementation("org.jdbi:jdbi3-sqlobject:3.41.1")
Scala SBT
libraryDependencies += "org.jdbi" % "jdbi3-sqlobject" % "3.41.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jdbi', module='jdbi3-sqlobject', version='3.41.1')
)
Apache Ivy
<dependency org="org.jdbi" name="jdbi3-sqlobject" rev="3.41.1" />
Leiningen
[org.jdbi/jdbi3-sqlobject "3.41.1"]
Apache Buildr
'org.jdbi:jdbi3-sqlobject:jar:3.41.1'