c

common-junit4

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