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