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