Categories |
CategoriesJBoss Container Application Servers Maven Build Tools |
---|---|
GroupId | GroupIdorg.jboss.maven.surefire.modular |
ArtifactId | ArtifactIdsurefire-booter |
Version | Version1.0.0.Alpha1 |
Type | Typejar |
Filename | Size |
---|---|
surefire-booter-1.0.0.Alpha1.pom | |
surefire-booter-1.0.0.Alpha1.jar | 271 KB |
surefire-booter-1.0.0.Alpha1-sources.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.maven.surefire.modular/surefire-booter/ -->
<dependency>
<groupId>org.jboss.maven.surefire.modular</groupId>
<artifactId>surefire-booter</artifactId>
<version>1.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.maven.surefire.modular/surefire-booter/
implementation 'org.jboss.maven.surefire.modular:surefire-booter:1.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.jboss.maven.surefire.modular/surefire-booter/
implementation ("org.jboss.maven.surefire.modular:surefire-booter:1.0.0.Alpha1")
'org.jboss.maven.surefire.modular:surefire-booter:jar:1.0.0.Alpha1'
<dependency org="org.jboss.maven.surefire.modular" name="surefire-booter" rev="1.0.0.Alpha1">
<artifact name="surefire-booter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.maven.surefire.modular', module='surefire-booter', version='1.0.0.Alpha1')
)
libraryDependencies += "org.jboss.maven.surefire.modular" % "surefire-booter" % "1.0.0.Alpha1"
[org.jboss.maven.surefire.modular/surefire-booter "1.0.0.Alpha1"]