Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdorg.kiwiproject |
ArtifactId | ArtifactIddropwizard-mongo-migrations |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-mongo-migrations/ -->
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-mongo-migrations</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-mongo-migrations/
implementation 'org.kiwiproject:dropwizard-mongo-migrations:0.2.0'
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-mongo-migrations/
implementation ("org.kiwiproject:dropwizard-mongo-migrations:0.2.0")
'org.kiwiproject:dropwizard-mongo-migrations:jar:0.2.0'
<dependency org="org.kiwiproject" name="dropwizard-mongo-migrations" rev="0.2.0">
<artifact name="dropwizard-mongo-migrations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='dropwizard-mongo-migrations', version='0.2.0')
)
libraryDependencies += "org.kiwiproject" % "dropwizard-mongo-migrations" % "0.2.0"
[org.kiwiproject/dropwizard-mongo-migrations "0.2.0"]