文件下载
文件名 操作
dropwizard-migrations-0.7.0-rc3.jar 下载
dropwizard-migrations-0.7.0-rc3.pom 下载
dropwizard-migrations-0.7.0-rc3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.dropwizard</groupId>
  <artifactId>dropwizard-migrations</artifactId>
  <version>0.7.0-rc3</version>
</dependency>
Gradle Groovy
implementation 'io.dropwizard:dropwizard-migrations:0.7.0-rc3'
Gradle Kotlin
implementation("io.dropwizard:dropwizard-migrations:0.7.0-rc3")
Scala SBT
libraryDependencies += "io.dropwizard" % "dropwizard-migrations" % "0.7.0-rc3"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard', module='dropwizard-migrations', version='0.7.0-rc3')
)
Apache Ivy
<dependency org="io.dropwizard" name="dropwizard-migrations" rev="0.7.0-rc3" />
Leiningen
[io.dropwizard/dropwizard-migrations "0.7.0-rc3"]
Apache Buildr
'io.dropwizard:dropwizard-migrations:jar:0.7.0-rc3'