License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices JDBI Data Databases |
GroupId | GroupIdcom.toasttab |
ArtifactId | ArtifactIdjdbishard-dropwizard |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJdbiShard helps you hide database sharding from your business logic.
|
<!-- https://jarcasting.com/artifacts/com.toasttab/jdbishard-dropwizard/ -->
<dependency>
<groupId>com.toasttab</groupId>
<artifactId>jdbishard-dropwizard</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.toasttab/jdbishard-dropwizard/
implementation 'com.toasttab:jdbishard-dropwizard:0.0.2'
// https://jarcasting.com/artifacts/com.toasttab/jdbishard-dropwizard/
implementation ("com.toasttab:jdbishard-dropwizard:0.0.2")
'com.toasttab:jdbishard-dropwizard:jar:0.0.2'
<dependency org="com.toasttab" name="jdbishard-dropwizard" rev="0.0.2">
<artifact name="jdbishard-dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.toasttab', module='jdbishard-dropwizard', version='0.0.2')
)
libraryDependencies += "com.toasttab" % "jdbishard-dropwizard" % "0.0.2"
[com.toasttab/jdbishard-dropwizard "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.toasttab : jdbishard-jdbi | jar | 0.0.2 |
com.toasttab : jdbishard-sharding | jar | 0.0.2 |
com.google.guava : guava | jar | 19.0 |
io.dropwizard : dropwizard-db | jar | 0.9.3 |
io.dropwizard : dropwizard-jdbi | jar | 0.9.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.6.2 |
com.toasttab : test-jdbishard-common | jar | 0.0.2 |
org.mockito : mockito-core | jar | 2.7.17 |