GroupId | GroupIdcom.jamierf.db-table |
---|---|
ArtifactId | ArtifactIddb-table |
Version | Version0.1 |
Type | Typepom |
Description |
DescriptionDB Table
DB Table is an implementation of the Guava Table interface, backed by JDBI.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |