is not current version
Last Version 3.0.0-M7

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

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.22.2
Type

Type

jar

Download surefire-junit4 2.22.2


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