License |
License |
---|---|
Categories |
CategoriesJDBI Data Databases |
GroupId | GroupIdcom.toasttab |
ArtifactId | ArtifactIdjdbishard |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJdbiShard
JdbiShard helps you hide database sharding from your business logic.
|
Filename | Size |
---|---|
jdbishard-0.0.2.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.toasttab/jdbishard/ -->
<dependency>
<groupId>com.toasttab</groupId>
<artifactId>jdbishard</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.toasttab/jdbishard/
implementation 'com.toasttab:jdbishard:0.0.2'
// https://jarcasting.com/artifacts/com.toasttab/jdbishard/
implementation ("com.toasttab:jdbishard:0.0.2")
'com.toasttab:jdbishard:pom:0.0.2'
<dependency org="com.toasttab" name="jdbishard" rev="0.0.2">
<artifact name="jdbishard" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.toasttab', module='jdbishard', version='0.0.2')
)
libraryDependencies += "com.toasttab" % "jdbishard" % "0.0.2"
[com.toasttab/jdbishard "0.0.2"]