MVN

com.jamierf.db-table : db-table

Maven & Gradle

May 07, 2014
1 stars

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

<dependency>
    <groupId>com.jamierf.db-table</groupId>
    <artifactId>db-table</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jamierf.db-table : db-table to add to Maven - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of com.jamierf.db-table : db-table to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1
db-table-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.jamierf.db-table</groupId>
    <artifactId>db-table</artifactId>
    <version>0.1</version>
</dependency>

Advertisement