MVN

org.apache.maven.surefire : surefire-shadefire

Maven & Gradle

Jun 03, 2023
391 stars

ShadeFire JUnit3 Provider · 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.

<dependency>
    <groupId>org.apache.maven.surefire</groupId>
    <artifactId>surefire-shadefire</artifactId>
    <version>3.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.maven.surefire : surefire-shadefire to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.2

All Versions

Choose a version of org.apache.maven.surefire : surefire-shadefire to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
surefire-shadefire-3.1.2
surefire-shadefire-3.1.0
3.0.x
surefire-shadefire-3.0.0
surefire-shadefire-3.0.0-M9
surefire-shadefire-3.0.0-M8
surefire-shadefire-3.0.0-M7
surefire-shadefire-3.0.0-M6
surefire-shadefire-3.0.0-M5
surefire-shadefire-3.0.0-M4
surefire-shadefire-3.0.0-M3
surefire-shadefire-3.0.0-M2
2.20.x
surefire-shadefire-2.20.1
2.20
surefire-shadefire-2.20
2.19.x
surefire-shadefire-2.19.1
2.19
surefire-shadefire-2.19
2.18.x
surefire-shadefire-2.18.1
2.18
surefire-shadefire-2.18
2.17
surefire-shadefire-2.17
2.16
surefire-shadefire-2.16
2.15
surefire-shadefire-2.15
2.14.x
surefire-shadefire-2.14.1
2.14
surefire-shadefire-2.14
2.13
surefire-shadefire-2.13
2.12.x
surefire-shadefire-2.12.4
surefire-shadefire-2.12.3
surefire-shadefire-2.12.2
surefire-shadefire-2.12.1

How to add a dependency to Maven

Add the following org.apache.maven.surefire : surefire-shadefire maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.maven.surefire</groupId>
    <artifactId>surefire-shadefire</artifactId>
    <version>3.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.maven.surefire : surefire-shadefire gradle dependency to your build.gradle file:

implementation 'org.apache.maven.surefire:surefire-shadefire:3.1.2'

Gradle Kotlin DSL: Add the following org.apache.maven.surefire : surefire-shadefire gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.maven.surefire:surefire-shadefire:3.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.maven.surefire : surefire-shadefire sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.maven.surefire" % "surefire-shadefire" % "3.1.2"

Advertisement

Dependencies from Group

Jun 03, 2023
91 usages
391 stars
Jun 03, 2023
58 usages
391 stars
Jun 03, 2023
47 usages
391 stars
Jun 03, 2023
34 usages
391 stars
Jun 03, 2023
26 usages
391 stars

Discover Dependencies

Oct 17, 2020
1 stars
Dec 29, 2022
5 usages
48 stars
Jun 09, 2019
10 stars
Jun 09, 2019
10 stars
Sep 19, 2019
2 usages
712 stars
Oct 24, 2016
1 usages
Oct 27, 2015
104 stars