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