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