| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices JDBI Data Databases |
| GroupId | GroupIdcom.toasttab |
| ArtifactId | ArtifactIdtest-jdbishard-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/test-jdbishard-dropwizard/ -->
<dependency>
<groupId>com.toasttab</groupId>
<artifactId>test-jdbishard-dropwizard</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.toasttab/test-jdbishard-dropwizard/
implementation 'com.toasttab:test-jdbishard-dropwizard:0.0.2'
// https://jarcasting.com/artifacts/com.toasttab/test-jdbishard-dropwizard/
implementation ("com.toasttab:test-jdbishard-dropwizard:0.0.2")
'com.toasttab:test-jdbishard-dropwizard:jar:0.0.2'
<dependency org="com.toasttab" name="test-jdbishard-dropwizard" rev="0.0.2">
<artifact name="test-jdbishard-dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.toasttab', module='test-jdbishard-dropwizard', version='0.0.2')
)
libraryDependencies += "com.toasttab" % "test-jdbishard-dropwizard" % "0.0.2"
[com.toasttab/test-jdbishard-dropwizard "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.toasttab : jdbishard-dropwizard | jar | 0.0.2 |
| com.toasttab : test-jdbishard-common | jar | 0.0.2 |
| io.dropwizard : dropwizard-core | jar | 0.9.3 |
| io.dropwizard : dropwizard-jdbi | jar | 0.9.3 |
| com.h2database : h2 | jar | 1.4.194 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.6.2 |
| org.mockito : mockito-core | jar | 2.7.17 |
| io.dropwizard : dropwizard-testing | jar | 0.9.3 |