org.kiwiproject:dropwizard-mongo-migrations

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

License

License

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

org.kiwiproject
ArtifactId

ArtifactId

dropwizard-mongo-migrations
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

org.kiwiproject:dropwizard-mongo-migrations
This is a small library that provides a Dropwizard command to perform database migrations for Mongo.
Project URL

Project URL

https://github.com/kiwiproject/dropwizard-mongo-migrations
Project Organization

Project Organization

Kiwi Project
Source Code Management

Source Code Management

https://github.com/kiwiproject/dropwizard-mongo-migrations

Download dropwizard-mongo-migrations

How to add to project

<!-- https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-mongo-migrations/ -->
<dependency>
    <groupId>org.kiwiproject</groupId>
    <artifactId>dropwizard-mongo-migrations</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-mongo-migrations/
implementation 'org.kiwiproject:dropwizard-mongo-migrations:1.0.0'
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-mongo-migrations/
implementation ("org.kiwiproject:dropwizard-mongo-migrations:1.0.0")
'org.kiwiproject:dropwizard-mongo-migrations:jar:1.0.0'
<dependency org="org.kiwiproject" name="dropwizard-mongo-migrations" rev="1.0.0">
  <artifact name="dropwizard-mongo-migrations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='dropwizard-mongo-migrations', version='1.0.0')
)
libraryDependencies += "org.kiwiproject" % "dropwizard-mongo-migrations" % "1.0.0"
[org.kiwiproject/dropwizard-mongo-migrations "1.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
io.dropwizard : dropwizard-core jar
org.kiwiproject : kiwi jar 2.0.0
io.mongock : mongock-standalone jar
org.slf4j : slf4j-api jar

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.24

test (13)

Group / Artifact Type Version
org.kiwiproject : kiwi-test jar 2.0.0
de.bwaldvogel : mongo-java-server jar
io.mongock : mongodb-springdata-v3-driver jar
org.mongodb : mongodb-driver-sync jar
ch.qos.logback : logback-classic jar
org.springframework.data : spring-data-mongodb jar
org.assertj : assertj-core jar 3.22.0
org.awaitility : awaitility jar 4.2.0
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2
org.junit-pioneer : junit-pioneer jar 1.7.0
org.mockito : mockito-core jar 4.5.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0