GroupId | GroupIdcom.jamierf.db-table |
---|---|
ArtifactId | ArtifactIddb-table-core |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDB Table is an implementation of the Guava Table interface, backed by JDBI.
|
Filename | Size |
---|---|
db-table-core-0.1.pom | |
db-table-core-0.1.jar | 36 KB |
db-table-core-0.1-sources.jar | 15 KB |
db-table-core-0.1-javadoc.jar | 149 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jamierf.db-table/db-table-core/ -->
<dependency>
<groupId>com.jamierf.db-table</groupId>
<artifactId>db-table-core</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jamierf.db-table/db-table-core/
implementation 'com.jamierf.db-table:db-table-core:0.1'
// https://jarcasting.com/artifacts/com.jamierf.db-table/db-table-core/
implementation ("com.jamierf.db-table:db-table-core:0.1")
'com.jamierf.db-table:db-table-core:jar:0.1'
<dependency org="com.jamierf.db-table" name="db-table-core" rev="0.1">
<artifact name="db-table-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jamierf.db-table', module='db-table-core', version='0.1')
)
libraryDependencies += "com.jamierf.db-table" % "db-table-core" % "0.1"
[com.jamierf.db-table/db-table-core "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 16.0.1 |
org.jdbi : jdbi | jar | 2.53 |
com.h2database : h2 | jar | 1.4.178 |
com.yammer.collections : yammer-collections | jar | 0.0.4 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.3.2 |
junit : junit | jar | 4.11 |