| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdin.cleartax.dropwizard |
| ArtifactId | ArtifactIddb-sharding-bundle |
| Version | Version0.2.198 |
| Type | Typepom |
| Description |
Descriptionin.cleartax.dropwizard:db-sharding-bundle
This is a framework around Dropwizard to use Hibernate's multitenancy. This framework is Guice
friendly
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| db-sharding-bundle-0.2.198.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.198</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/in.cleartax.dropwizard/db-sharding-bundle/
implementation 'in.cleartax.dropwizard:db-sharding-bundle:0.2.198'
// https://jarcasting.com/artifacts/in.cleartax.dropwizard/db-sharding-bundle/
implementation ("in.cleartax.dropwizard:db-sharding-bundle:0.2.198")
'in.cleartax.dropwizard:db-sharding-bundle:pom:0.2.198'
<dependency org="in.cleartax.dropwizard" name="db-sharding-bundle" rev="0.2.198">
<artifact name="db-sharding-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='in.cleartax.dropwizard', module='db-sharding-bundle', version='0.2.198')
)
libraryDependencies += "in.cleartax.dropwizard" % "db-sharding-bundle" % "0.2.198"
[in.cleartax.dropwizard/db-sharding-bundle "0.2.198"]