is not current version
Last Version 3.0.0-M7

SureFire API 3.0.0-M5

API used in Surefire and Failsafe MOJO, Booter, Common and test framework providers.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven.surefire
ArtifactId

ArtifactId

surefire-api
Version

Version

3.0.0-M5
Type

Type

jar
Description

Description

SureFire API
API used in Surefire and Failsafe MOJO, Booter, Common and test framework providers.
Project URL

Project URL

https://maven.apache.org/surefire/surefire-api/
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://github.com/apache/maven-surefire/tree/surefire-3.0.0-M5_vote-1/surefire-api

Download surefire-api 3.0.0-M5


<!-- 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-M5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-api/
implementation 'org.apache.maven.surefire:surefire-api:3.0.0-M5'
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-api/
implementation ("org.apache.maven.surefire:surefire-api:3.0.0-M5")
'org.apache.maven.surefire:surefire-api:jar:3.0.0-M5'
<dependency org="org.apache.maven.surefire" name="surefire-api" rev="3.0.0-M5">
  <artifact name="surefire-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-api', version='3.0.0-M5')
)
libraryDependencies += "org.apache.maven.surefire" % "surefire-api" % "3.0.0-M5"
[org.apache.maven.surefire/surefire-api "3.0.0-M5"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven.surefire : surefire-logger-api jar 3.0.0-M5
org.apache.maven.surefire : surefire-shared-utils jar 3.0.0-M4

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 2.0.3

test (4)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.28.2
junit : junit jar 4.13
org.hamcrest : hamcrest-library jar 1.3
org.easytesting : fest-assert jar 1.4

Project Modules

There are no modules declared in this project.