c

common-junit4

Shared JUnit4 Provider Code
文件下载
文件名 操作
common-junit4-3.4.0.jar 下载
common-junit4-3.4.0.pom 下载
common-junit4-3.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.maven.surefire</groupId>
  <artifactId>common-junit4</artifactId>
  <version>3.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.maven.surefire:common-junit4:3.4.0'
Gradle Kotlin
implementation("org.apache.maven.surefire:common-junit4:3.4.0")
Scala SBT
libraryDependencies += "org.apache.maven.surefire" % "common-junit4" % "3.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.maven.surefire', module='common-junit4', version='3.4.0')
)
Apache Ivy
<dependency org="org.apache.maven.surefire" name="common-junit4" rev="3.4.0" />
Leiningen
[org.apache.maven.surefire/common-junit4 "3.4.0"]
Apache Buildr
'org.apache.maven.surefire:common-junit4:jar:3.4.0'