Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.forge.addon |
ArtifactId | ArtifactIdshell-test-harness |
Version | Version3.6.0.Alpha2 |
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>3.6.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.forge.addon/shell-test-harness/
implementation 'org.jboss.forge.addon:shell-test-harness:3.6.0.Alpha2'
// https://jarcasting.com/artifacts/org.jboss.forge.addon/shell-test-harness/
implementation ("org.jboss.forge.addon:shell-test-harness:3.6.0.Alpha2")
'org.jboss.forge.addon:shell-test-harness:jar:3.6.0.Alpha2'
<dependency org="org.jboss.forge.addon" name="shell-test-harness" rev="3.6.0.Alpha2">
<artifact name="shell-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.forge.addon', module='shell-test-harness', version='3.6.0.Alpha2')
)
libraryDependencies += "org.jboss.forge.addon" % "shell-test-harness" % "3.6.0.Alpha2"
[org.jboss.forge.addon/shell-test-harness "3.6.0.Alpha2"]