is not current version
Last Version 3.0.0-M7

org.apache.maven.surefire:surefire-junit4 2.20

SureFire JUnit 4.0+ Runner

Categories

Categories

Maven Build Tools JUnit Unit Testing
GroupId

GroupId

org.apache.maven.surefire
ArtifactId

ArtifactId

surefire-junit4
Version

Version

2.20
Type

Type

jar

Download surefire-junit4 2.20


<!-- https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-junit4/ -->
<dependency>
    <groupId>org.apache.maven.surefire</groupId>
    <artifactId>surefire-junit4</artifactId>
    <version>2.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-junit4/
implementation 'org.apache.maven.surefire:surefire-junit4:2.20'
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-junit4/
implementation ("org.apache.maven.surefire:surefire-junit4:2.20")
'org.apache.maven.surefire:surefire-junit4:jar:2.20'
<dependency org="org.apache.maven.surefire" name="surefire-junit4" rev="2.20">
  <artifact name="surefire-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-junit4', version='2.20')
)
libraryDependencies += "org.apache.maven.surefire" % "surefire-junit4" % "2.20"
[org.apache.maven.surefire/surefire-junit4 "2.20"]