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