| Categories |
CategoriesMaven Build Tools |
|---|---|
| GroupId | GroupIdorg.apache.maven.surefire |
| ArtifactId | ArtifactIdsurefire-root |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSureFire Parent
Surefire is a test framework project.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| surefire-root-1.1.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-root/ -->
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-root</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-root/
implementation 'org.apache.maven.surefire:surefire-root:1.1'
// https://jarcasting.com/artifacts/org.apache.maven.surefire/surefire-root/
implementation ("org.apache.maven.surefire:surefire-root:1.1")
'org.apache.maven.surefire:surefire-root:pom:1.1'
<dependency org="org.apache.maven.surefire" name="surefire-root" rev="1.1">
<artifact name="surefire-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.surefire', module='surefire-root', version='1.1')
)
libraryDependencies += "org.apache.maven.surefire" % "surefire-root" % "1.1"
[org.apache.maven.surefire/surefire-root "1.1"]