Categories |
CategoriesMaven Build Tools JUnit Unit Testing |
---|---|
GroupId | GroupIdorg.apache.maven.surefire |
ArtifactId | ArtifactIdsurefire-junit4 |
Version | Version3.0.0-M4 |
Type | Typejar |
Filename | Size |
---|---|
surefire-junit4-3.0.0-M4.pom | |
surefire-junit4-3.0.0-M4.jar | 17 KB |
surefire-junit4-3.0.0-M4-sources.jar | 13 KB |
surefire-junit4-3.0.0-M4-javadoc.jar | 28 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-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-junit4/
implementation 'org.apache.maven.surefire:surefire-junit4:3.0.0-M4'
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-junit4/
implementation ("org.apache.maven.surefire:surefire-junit4:3.0.0-M4")
'org.apache.maven.surefire:surefire-junit4:jar:3.0.0-M4'
<dependency org="org.apache.maven.surefire" name="surefire-junit4" rev="3.0.0-M4">
<artifact name="surefire-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-junit4', version='3.0.0-M4')
)
libraryDependencies += "org.apache.maven.surefire" % "surefire-junit4" % "3.0.0-M4"
[org.apache.maven.surefire/surefire-junit4 "3.0.0-M4"]