Files download
File Operation
dropwizard-migrations-2.0.0-rc3.jar download
dropwizard-migrations-2.0.0-rc3.pom download
dropwizard-migrations-2.0.0-rc3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.dropwizard</groupId>
  <artifactId>dropwizard-migrations</artifactId>
  <version>2.0.0-rc3</version>
</dependency>
Gradle Groovy
implementation 'io.dropwizard:dropwizard-migrations:2.0.0-rc3'
Gradle Kotlin
implementation("io.dropwizard:dropwizard-migrations:2.0.0-rc3")
Scala SBT
libraryDependencies += "io.dropwizard" % "dropwizard-migrations" % "2.0.0-rc3"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard', module='dropwizard-migrations', version='2.0.0-rc3')
)
Apache Ivy
<dependency org="io.dropwizard" name="dropwizard-migrations" rev="2.0.0-rc3" />
Leiningen
[io.dropwizard/dropwizard-migrations "2.0.0-rc3"]
Apache Buildr
'io.dropwizard:dropwizard-migrations:jar:2.0.0-rc3'