| License | License | 
|---|---|
| Categories | CategoriesJBoss Container Application Servers Maven Build Tools | 
| GroupId | GroupIdorg.jboss.maven.surefire.modular | 
| ArtifactId | ArtifactIdjboss-surefire-plugin-test | 
| Last Version | Last Version1.0.0.Alpha3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionTest JBoss Modular Surefire Plugin Surefire is a test framework project. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.jboss.maven.surefire.modular/jboss-surefire-plugin-test/ -->
<dependency>
    <groupId>org.jboss.maven.surefire.modular</groupId>
    <artifactId>jboss-surefire-plugin-test</artifactId>
    <version>1.0.0.Alpha3</version>
</dependency>// https://jarcasting.com/artifacts/org.jboss.maven.surefire.modular/jboss-surefire-plugin-test/
implementation 'org.jboss.maven.surefire.modular:jboss-surefire-plugin-test:1.0.0.Alpha3'// https://jarcasting.com/artifacts/org.jboss.maven.surefire.modular/jboss-surefire-plugin-test/
implementation ("org.jboss.maven.surefire.modular:jboss-surefire-plugin-test:1.0.0.Alpha3")'org.jboss.maven.surefire.modular:jboss-surefire-plugin-test:jar:1.0.0.Alpha3'<dependency org="org.jboss.maven.surefire.modular" name="jboss-surefire-plugin-test" rev="1.0.0.Alpha3">
  <artifact name="jboss-surefire-plugin-test" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jboss.maven.surefire.modular', module='jboss-surefire-plugin-test', version='1.0.0.Alpha3')
)libraryDependencies += "org.jboss.maven.surefire.modular" % "jboss-surefire-plugin-test" % "1.0.0.Alpha3"[org.jboss.maven.surefire.modular/jboss-surefire-plugin-test "1.0.0.Alpha3"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jboss : jboss-common-core | jar | 2.2.17.GA | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.1 | 
| org.jboss.modules : jboss-modules | jar | 1.0.0.Beta9 | 
| org.jboss.logging : jboss-logging | jar | 3.0.0.Beta3 |