Last Version

DB Table 0.1

DB Table is an implementation of the Guava Table interface, backed by JDBI.

GroupId

GroupId

com.jamierf.db-table
ArtifactId

ArtifactId

db-table
Version

Version

0.1
Type

Type

pom
Description

Description

DB Table
DB Table is an implementation of the Guava Table interface, backed by JDBI.
Project URL

Project URL

https://github.com/reines/db-table
Source Code Management

Source Code Management

https://github.com/reines/db-table

Download db-table 0.1

Filename Size
db-table-0.1.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/com.jamierf.db-table/db-table/ -->
<dependency>
    <groupId>com.jamierf.db-table</groupId>
    <artifactId>db-table</artifactId>
    <version>0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.jamierf.db-table/db-table/
implementation 'com.jamierf.db-table:db-table:0.1'
// https://jarcasting.com/artifacts/com.jamierf.db-table/db-table/
implementation ("com.jamierf.db-table:db-table:0.1")
'com.jamierf.db-table:db-table:pom:0.1'
<dependency org="com.jamierf.db-table" name="db-table" rev="0.1">
  <artifact name="db-table" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.jamierf.db-table', module='db-table', version='0.1')
)
libraryDependencies += "com.jamierf.db-table" % "db-table" % "0.1"
[com.jamierf.db-table/db-table "0.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

  • db-table-core
  • db-table-jackson