License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.apache.maven.surefire |
ArtifactId | ArtifactIdsurefire-shadefire |
Last Version | Last Version3.0.0-M7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionShadeFire 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
surefire-shadefire-3.0.0-M7.pom | |
surefire-shadefire-3.0.0-M7.jar | 2 MB |
surefire-shadefire-3.0.0-M7-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-shadefire/ -->
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-shadefire</artifactId>
<version>3.0.0-M7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-shadefire/
implementation 'org.apache.maven.surefire:surefire-shadefire:3.0.0-M7'
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-shadefire/
implementation ("org.apache.maven.surefire:surefire-shadefire:3.0.0-M7")
'org.apache.maven.surefire:surefire-shadefire:jar:3.0.0-M7'
<dependency org="org.apache.maven.surefire" name="surefire-shadefire" rev="3.0.0-M7">
<artifact name="surefire-shadefire" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-shadefire', version='3.0.0-M7')
)
libraryDependencies += "org.apache.maven.surefire" % "surefire-shadefire" % "3.0.0-M7"
[org.apache.maven.surefire/surefire-shadefire "3.0.0-M7"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.assertj : assertj-core | jar | 3.22.0 |