is not current version
Last Version 3.0.0-M7

org.apache.maven.surefire:surefire-shadefire 2.19

A super-shaded junit3 provider that is used by surefire to build itself, that basically has ALL classes relocated to facilitate no API-conflict whatsoever with ourself. The only remaining point of conflict is around the booter properties file format.

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven.surefire
ArtifactId

ArtifactId

surefire-shadefire
Version

Version

2.19
Type

Type

jar

Download surefire-shadefire 2.19


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