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