License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.apache.maven.surefire |
ArtifactId | ArtifactIdsurefire-shared-utils |
Last Version | Last Version3.0.0-M7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSurefire Shared Utils
Relocated Java packages of maven-shared-utils and several Apache Commons utilities in Surefire.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-shared-utils/ -->
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-shared-utils</artifactId>
<version>3.0.0-M7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-shared-utils/
implementation 'org.apache.maven.surefire:surefire-shared-utils:3.0.0-M7'
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-shared-utils/
implementation ("org.apache.maven.surefire:surefire-shared-utils:3.0.0-M7")
'org.apache.maven.surefire:surefire-shared-utils:jar:3.0.0-M7'
<dependency org="org.apache.maven.surefire" name="surefire-shared-utils" rev="3.0.0-M7">
<artifact name="surefire-shared-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-shared-utils', version='3.0.0-M7')
)
libraryDependencies += "org.apache.maven.surefire" % "surefire-shared-utils" % "3.0.0-M7"
[org.apache.maven.surefire/surefire-shared-utils "3.0.0-M7"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.hamcrest : hamcrest-library | jar | 1.3 |
org.assertj : assertj-core | jar | 3.22.0 |