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