Getting JDBI
JDBI is licensed under the Apache License 2.0 and has no additional runtime dependencies.
Maven
To make use of JDBI in an Apache Maven based project, add it is a dependency:
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi</artifactId>
<version>2.17</version>
</dependency>
Correct the <version> element to include the version of JDBI you write. The 2.17 version happens to be the most recent version at the time I am writing this documentation.
Download Jar
The JDBI release jar files are available from Maven Central.
Source Code
The primary repository for JDBI is on Github at http://github.com/brianm/jdbi/
Mailing List
JDBI’s mailing list is hosted as a Google Group at https://groups.google.com/group/jdbi