| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools | 
| GroupId | GroupIdorg.apache.maven.surefire | 
| ArtifactId | ArtifactIdsurefire-api | 
| Last Version | Last Version3.0.0-M7 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSureFire API API used in Surefire and Failsafe MOJO, Booter, Common and test framework providers. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| surefire-api-3.0.0-M7.pom | |
| surefire-api-3.0.0-M7.jar | 156 KB | 
| surefire-api-3.0.0-M7-sources.jar | 102 KB | 
| surefire-api-3.0.0-M7-javadoc.jar | 406 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-api/ -->
<dependency>
    <groupId>org.apache.maven.surefire</groupId>
    <artifactId>surefire-api</artifactId>
    <version>3.0.0-M7</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-api/
implementation 'org.apache.maven.surefire:surefire-api:3.0.0-M7'// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-api/
implementation ("org.apache.maven.surefire:surefire-api:3.0.0-M7")'org.apache.maven.surefire:surefire-api:jar:3.0.0-M7'<dependency org="org.apache.maven.surefire" name="surefire-api" rev="3.0.0-M7">
  <artifact name="surefire-api" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-api', version='3.0.0-M7')
)libraryDependencies += "org.apache.maven.surefire" % "surefire-api" % "3.0.0-M7"[org.apache.maven.surefire/surefire-api "3.0.0-M7"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.maven.surefire : surefire-logger-api | jar | 3.0.0-M7 | 
| org.apache.maven.surefire : surefire-shared-utils | jar | 3.0.0-M7 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.mockito : mockito-core | jar | 2.28.2 | 
| org.powermock : powermock-reflect | jar | 2.0.9 | 
| junit : junit | jar | 4.13.2 | 
| org.hamcrest : hamcrest-library | jar | 1.3 | 
| org.assertj : assertj-core | jar | 3.22.0 | 
