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