| Categories | CategoriesJBoss Container Application Servers | 
|---|---|
| GroupId | GroupIdorg.jboss.forge.addon | 
| ArtifactId | ArtifactIdshell-test-harness | 
| Version | Version2.0.0.Alpha11 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.jboss.forge.addon/shell-test-harness/ -->
<dependency>
    <groupId>org.jboss.forge.addon</groupId>
    <artifactId>shell-test-harness</artifactId>
    <version>2.0.0.Alpha11</version>
</dependency>// https://jarcasting.com/artifacts/org.jboss.forge.addon/shell-test-harness/
implementation 'org.jboss.forge.addon:shell-test-harness:2.0.0.Alpha11'// https://jarcasting.com/artifacts/org.jboss.forge.addon/shell-test-harness/
implementation ("org.jboss.forge.addon:shell-test-harness:2.0.0.Alpha11")'org.jboss.forge.addon:shell-test-harness:jar:2.0.0.Alpha11'<dependency org="org.jboss.forge.addon" name="shell-test-harness" rev="2.0.0.Alpha11">
  <artifact name="shell-test-harness" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jboss.forge.addon', module='shell-test-harness', version='2.0.0.Alpha11')
)libraryDependencies += "org.jboss.forge.addon" % "shell-test-harness" % "2.0.0.Alpha11"[org.jboss.forge.addon/shell-test-harness "2.0.0.Alpha11"]