License |
License |
---|---|
Categories |
CategoriesMaven Build Tools JUnit Unit Testing |
GroupId | GroupIdorg.apache.maven.surefire |
ArtifactId | ArtifactIdcommon-junit4 |
Last Version | Last Version3.0.0-M7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionShared JUnit4 Provider Code
Shared JUnit4 Provider Code
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
common-junit4-3.0.0-M7.pom | |
common-junit4-3.0.0-M7.jar | 13 KB |
common-junit4-3.0.0-M7-sources.jar | 11 KB |
common-junit4-3.0.0-M7-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.maven.surefire/common-junit4/ -->
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>common-junit4</artifactId>
<version>3.0.0-M7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.surefire/common-junit4/
implementation 'org.apache.maven.surefire:common-junit4:3.0.0-M7'
// https://jarcasting.com/artifacts/org.apache.maven.surefire/common-junit4/
implementation ("org.apache.maven.surefire:common-junit4:3.0.0-M7")
'org.apache.maven.surefire:common-junit4:jar:3.0.0-M7'
<dependency org="org.apache.maven.surefire" name="common-junit4" rev="3.0.0-M7">
<artifact name="common-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='common-junit4', version='3.0.0-M7')
)
libraryDependencies += "org.apache.maven.surefire" % "common-junit4" % "3.0.0-M7"
[org.apache.maven.surefire/common-junit4 "3.0.0-M7"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.surefire : common-junit3 | jar | 3.0.0-M7 |
org.apache.maven.surefire : common-java5 | 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 |