License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.bluestemsoftware.open.maven.plugin |
ArtifactId | ArtifactIdsurefire-booter |
Last Version | Last Version1.0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsurefire-booter
Executes surefire in a forked JVM. Used to test alakai extensions.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationBluestem Software LLC |
Filename | Size |
---|---|
surefire-booter-1.0.0.2.pom | |
surefire-booter-1.0.0.2.jar | 21 KB |
surefire-booter-1.0.0.2-sources.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bluestemsoftware.open.maven.plugin/surefire-booter/ -->
<dependency>
<groupId>org.bluestemsoftware.open.maven.plugin</groupId>
<artifactId>surefire-booter</artifactId>
<version>1.0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bluestemsoftware.open.maven.plugin/surefire-booter/
implementation 'org.bluestemsoftware.open.maven.plugin:surefire-booter:1.0.0.2'
// https://jarcasting.com/artifacts/org.bluestemsoftware.open.maven.plugin/surefire-booter/
implementation ("org.bluestemsoftware.open.maven.plugin:surefire-booter:1.0.0.2")
'org.bluestemsoftware.open.maven.plugin:surefire-booter:jar:1.0.0.2'
<dependency org="org.bluestemsoftware.open.maven.plugin" name="surefire-booter" rev="1.0.0.2">
<artifact name="surefire-booter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bluestemsoftware.open.maven.plugin', module='surefire-booter', version='1.0.0.2')
)
libraryDependencies += "org.bluestemsoftware.open.maven.plugin" % "surefire-booter" % "1.0.0.2"
[org.bluestemsoftware.open.maven.plugin/surefire-booter "1.0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.plexus : plexus-utils | jar | 1.5.4 |
org.apache.maven.surefire : surefire-booter | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.3 |