s

surefire-shadefire

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.
The Apache Software License, Version 2.0
Files download
File Operation
surefire-shadefire-3.0.0-M7.jar download
surefire-shadefire-3.0.0-M7.pom download
surefire-shadefire-3.0.0-M7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.maven.surefire</groupId>
  <artifactId>surefire-shadefire</artifactId>
  <version>3.0.0-M7</version>
</dependency>
Gradle Groovy
implementation 'org.apache.maven.surefire:surefire-shadefire:3.0.0-M7'
Gradle Kotlin
implementation("org.apache.maven.surefire:surefire-shadefire:3.0.0-M7")
Scala SBT
libraryDependencies += "org.apache.maven.surefire" % "surefire-shadefire" % "3.0.0-M7"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.maven.surefire', module='surefire-shadefire', version='3.0.0-M7')
)
Apache Ivy
<dependency org="org.apache.maven.surefire" name="surefire-shadefire" rev="3.0.0-M7" />
Leiningen
[org.apache.maven.surefire/surefire-shadefire "3.0.0-M7"]
Apache Buildr
'org.apache.maven.surefire:surefire-shadefire:jar:3.0.0-M7'