License |
License |
---|---|
Categories |
CategoriesJDBI Data Databases |
GroupId | GroupIdcom.toasttab |
ArtifactId | ArtifactIdjdbishard-jdbi |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJdbiShard helps you hide database sharding from your business logic.
|
Filename | Size |
---|---|
jdbishard-jdbi-0.0.2.pom | |
jdbishard-jdbi-0.0.2.jar | 8 KB |
jdbishard-jdbi-0.0.2-sources.jar | 4 KB |
jdbishard-jdbi-0.0.2-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.toasttab/jdbishard-jdbi/ -->
<dependency>
<groupId>com.toasttab</groupId>
<artifactId>jdbishard-jdbi</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.toasttab/jdbishard-jdbi/
implementation 'com.toasttab:jdbishard-jdbi:0.0.2'
// https://jarcasting.com/artifacts/com.toasttab/jdbishard-jdbi/
implementation ("com.toasttab:jdbishard-jdbi:0.0.2")
'com.toasttab:jdbishard-jdbi:jar:0.0.2'
<dependency org="com.toasttab" name="jdbishard-jdbi" rev="0.0.2">
<artifact name="jdbishard-jdbi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.toasttab', module='jdbishard-jdbi', version='0.0.2')
)
libraryDependencies += "com.toasttab" % "jdbishard-jdbi" % "0.0.2"
[com.toasttab/jdbishard-jdbi "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
org.immutables : value | jar | 2.4.3 |
org.jdbi : jdbi | jar | 2.78 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.6.2 |