Last Version

org.junit:surefire-junit5 5.0.0-ALPHA

Module "surefire-junit5" of JUnit 5.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.junit
ArtifactId

ArtifactId

surefire-junit5
Version

Version

5.0.0-ALPHA
Type

Type

jar
Description

Description

org.junit:surefire-junit5
Module "surefire-junit5" of JUnit 5.
Project URL

Project URL

http://junit.org/junit-lambda.html
Source Code Management

Source Code Management

https://github.com/junit-team/junit5

Download surefire-junit5 5.0.0-ALPHA


<!-- https://jarcasting.com/artifacts/org.junit/surefire-junit5/ -->
<dependency>
    <groupId>org.junit</groupId>
    <artifactId>surefire-junit5</artifactId>
    <version>5.0.0-ALPHA</version>
</dependency>
// https://jarcasting.com/artifacts/org.junit/surefire-junit5/
implementation 'org.junit:surefire-junit5:5.0.0-ALPHA'
// https://jarcasting.com/artifacts/org.junit/surefire-junit5/
implementation ("org.junit:surefire-junit5:5.0.0-ALPHA")
'org.junit:surefire-junit5:jar:5.0.0-ALPHA'
<dependency org="org.junit" name="surefire-junit5" rev="5.0.0-ALPHA">
  <artifact name="surefire-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.junit', module='surefire-junit5', version='5.0.0-ALPHA')
)
libraryDependencies += "org.junit" % "surefire-junit5" % "5.0.0-ALPHA"
[org.junit/surefire-junit5 "5.0.0-ALPHA"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.maven.surefire : surefire-api jar 2.19
org.apache.maven.surefire : common-java5 jar 2.19
org.junit : junit-launcher jar 5.0.0-ALPHA

runtime (2)

Group / Artifact Type Version
org.junit : junit4-engine jar 5.0.0-ALPHA
org.junit : junit5-engine jar 5.0.0-ALPHA

Project Modules

There are no modules declared in this project.