License |
License |
---|---|
Categories |
CategoriesMaven Build Tools JUnit Unit Testing |
GroupId | GroupIdorg.apache.maven.surefire |
ArtifactId | ArtifactIdsurefire-junit4 |
Last Version | Last Version3.0.0-M7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSureFire JUnit4 Runner
SureFire JUnit 4.0+ Runner
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
surefire-junit4-3.0.0-M7.pom | |
surefire-junit4-3.0.0-M7.jar | 32 KB |
surefire-junit4-3.0.0-M7-sources.jar | 8 KB |
surefire-junit4-3.0.0-M7-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-junit4/ -->
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit4</artifactId>
<version>3.0.0-M7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-junit4/
implementation 'org.apache.maven.surefire:surefire-junit4:3.0.0-M7'
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-junit4/
implementation ("org.apache.maven.surefire:surefire-junit4:3.0.0-M7")
'org.apache.maven.surefire:surefire-junit4:jar:3.0.0-M7'
<dependency org="org.apache.maven.surefire" name="surefire-junit4" rev="3.0.0-M7">
<artifact name="surefire-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-junit4', version='3.0.0-M7')
)
libraryDependencies += "org.apache.maven.surefire" % "surefire-junit4" % "3.0.0-M7"
[org.apache.maven.surefire/surefire-junit4 "3.0.0-M7"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.surefire : common-junit4 | jar | 3.0.0-M7 |
org.apache.maven.surefire : surefire-api | jar | 3.0.0-M7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 1.3 |
org.assertj : assertj-core | jar | 3.22.0 |