GroupId | GroupIdsurefire |
---|---|
ArtifactId | ArtifactIdsurefire-booter |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSureFire Booter
Surefire is a test framework project.
|
Project Organization |
Project OrganizationCodehaus |
Filename | Size |
---|---|
surefire-booter-1.4.pom | |
surefire-booter-1.4.jar | 7 KB |
surefire-booter-1.4-sources.jar | 3 KB |
surefire-booter-1.4-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/surefire/surefire-booter/ -->
<dependency>
<groupId>surefire</groupId>
<artifactId>surefire-booter</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/surefire/surefire-booter/
implementation 'surefire:surefire-booter:1.4'
// https://jarcasting.com/artifacts/surefire/surefire-booter/
implementation ("surefire:surefire-booter:1.4")
'surefire:surefire-booter:jar:1.4'
<dependency org="surefire" name="surefire-booter" rev="1.4">
<artifact name="surefire-booter" type="jar" />
</dependency>
@Grapes(
@Grab(group='surefire', module='surefire-booter', version='1.4')
)
libraryDependencies += "surefire" % "surefire-booter" % "1.4"
[surefire/surefire-booter "1.4"]
Group / Artifact | Type | Version |
---|---|---|
surefire : surefire | jar | 1.4 |