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