is not current version
Last Version 2.6

org.apache.maven.surefire:surefire-junit 2.4.3


Categories

Categories

Maven Build Tools JUnit Unit Testing
GroupId

GroupId

org.apache.maven.surefire
ArtifactId

ArtifactId

surefire-junit
Version

Version

2.4.3
Type

Type

jar

Download surefire-junit 2.4.3


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