License |
License |
---|---|
Categories |
CategoriesMaven Build Tools JUnit Unit Testing |
GroupId | GroupIdorg.apache.maven.surefire |
ArtifactId | ArtifactIdsurefire-junit |
Last Version | Last Version2.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSureFire JUnit Runner
Surefire is a test framework project.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
surefire-junit-2.6.pom | |
surefire-junit-2.6.jar | 15 KB |
surefire-junit-2.6-sources.jar | 11 KB |
surefire-junit-2.6-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-junit/ -->
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-junit/
implementation 'org.apache.maven.surefire:surefire-junit:2.6'
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-junit/
implementation ("org.apache.maven.surefire:surefire-junit:2.6")
'org.apache.maven.surefire:surefire-junit:jar:2.6'
<dependency org="org.apache.maven.surefire" name="surefire-junit" rev="2.6">
<artifact name="surefire-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-junit', version='2.6')
)
libraryDependencies += "org.apache.maven.surefire" % "surefire-junit" % "2.6"
[org.apache.maven.surefire/surefire-junit "2.6"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.surefire : surefire-api | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
Group / Artifact | Type | Version |
---|---|---|
jmock : jmock | jar | 1.0.1 |