License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.apache.maven.surefire |
ArtifactId | ArtifactIdsurefire-integration-tests |
Last Version | Last Version2.7.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Surefire Integration Tests
Surefire is a test framework project.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-integration-tests/ -->
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-integration-tests</artifactId>
<version>2.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-integration-tests/
implementation 'org.apache.maven.surefire:surefire-integration-tests:2.7.2'
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-integration-tests/
implementation ("org.apache.maven.surefire:surefire-integration-tests:2.7.2")
'org.apache.maven.surefire:surefire-integration-tests:jar:2.7.2'
<dependency org="org.apache.maven.surefire" name="surefire-integration-tests" rev="2.7.2">
<artifact name="surefire-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-integration-tests', version='2.7.2')
)
libraryDependencies += "org.apache.maven.surefire" % "surefire-integration-tests" % "2.7.2"
[org.apache.maven.surefire/surefire-integration-tests "2.7.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugins : maven-surefire-report-plugin | maven-plugin | 2.7.2 |
org.apache.maven.plugins : maven-surefire-plugin | maven-plugin | 2.7.2 |
org.apache.maven.surefire : surefire-testng | jar | 2.7.2 |
org.apache.maven.surefire : surefire-junit3 | jar | 2.7.2 |
org.apache.maven.surefire : surefire-junit4 | jar | 2.7.2 |
org.apache.maven.surefire : surefire-junit47 | jar | 2.7.2 |
org.apache.maven.shared : maven-verifier | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-settings | jar | 2.0.6 |
org.codehaus.plexus : plexus-utils | jar | 2.0.5 |
net.sourceforge.htmlunit : htmlunit | jar | 2.8 |
junit : junit | jar | 3.8.1 |