| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdorg.junit | 
| ArtifactId | ArtifactIdsurefire-junit5 | 
| Version | Version5.0.0-ALPHA | 
| Type | Typejar | 
| Description | Descriptionorg.junit:surefire-junit5 Module "surefire-junit5" of JUnit 5. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- 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"]| 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 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit : junit4-engine | jar | 5.0.0-ALPHA | 
| org.junit : junit5-engine | jar | 5.0.0-ALPHA |