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