is not current version
Last Version 1.0.0

org.kiwiproject:dropwizard-mongo-migrations 0.2.0

This is a small library that provides a Dropwizard command to perform database migrations for Mongo.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

org.kiwiproject
ArtifactId

ArtifactId

dropwizard-mongo-migrations
Version

Version

0.2.0
Type

Type

jar

Download dropwizard-mongo-migrations 0.2.0


<!-- 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"]