Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdin.cleartax.dropwizard |
ArtifactId | ArtifactIddb-sharding-bundle |
Version | Version0.2.11 |
Type | Typepom |
Filename | Size |
---|---|
db-sharding-bundle-0.2.11.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/in.cleartax.dropwizard/db-sharding-bundle/ -->
<dependency>
<groupId>in.cleartax.dropwizard</groupId>
<artifactId>db-sharding-bundle</artifactId>
<version>0.2.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/in.cleartax.dropwizard/db-sharding-bundle/
implementation 'in.cleartax.dropwizard:db-sharding-bundle:0.2.11'
// https://jarcasting.com/artifacts/in.cleartax.dropwizard/db-sharding-bundle/
implementation ("in.cleartax.dropwizard:db-sharding-bundle:0.2.11")
'in.cleartax.dropwizard:db-sharding-bundle:pom:0.2.11'
<dependency org="in.cleartax.dropwizard" name="db-sharding-bundle" rev="0.2.11">
<artifact name="db-sharding-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='in.cleartax.dropwizard', module='db-sharding-bundle', version='0.2.11')
)
libraryDependencies += "in.cleartax.dropwizard" % "db-sharding-bundle" % "0.2.11"
[in.cleartax.dropwizard/db-sharding-bundle "0.2.11"]