c

common-junit3

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