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