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