d

db-table

DB Table is an implementation of the Guava Table interface, backed by JDBI.
https://github.com/reines/db-table
Jamie Furness
Files download
File Operation
db-table-0.1.pom download
Apache Maven
<dependency>
  <groupId>com.jamierf.db-table</groupId>
  <artifactId>db-table</artifactId>
  <version>0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.jamierf.db-table:db-table:0.1'
Gradle Kotlin
implementation("com.jamierf.db-table:db-table:0.1")
Scala SBT
libraryDependencies += "com.jamierf.db-table" % "db-table" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.jamierf.db-table', module='db-table', version='0.1')
)
Apache Ivy
<dependency org="com.jamierf.db-table" name="db-table" rev="0.1" />
Leiningen
[com.jamierf.db-table/db-table "0.1"]
Apache Buildr
'com.jamierf.db-table:db-table:jar:0.1'