is not current version
Last Version 3.0.0-M7

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

API and Facilities used by forked tests running in JVM sub-process.

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven.surefire
ArtifactId

ArtifactId

surefire-booter
Version

Version

2.20
Type

Type

jar

Download surefire-booter 2.20


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