Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.as |
ArtifactId | ArtifactIdjboss-as-testsuite-integration |
Version | Version7.0.0.Alpha1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.as/jboss-as-testsuite-integration/ -->
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-testsuite-integration</artifactId>
<version>7.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.as/jboss-as-testsuite-integration/
implementation 'org.jboss.as:jboss-as-testsuite-integration:7.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.jboss.as/jboss-as-testsuite-integration/
implementation ("org.jboss.as:jboss-as-testsuite-integration:7.0.0.Alpha1")
'org.jboss.as:jboss-as-testsuite-integration:jar:7.0.0.Alpha1'
<dependency org="org.jboss.as" name="jboss-as-testsuite-integration" rev="7.0.0.Alpha1">
<artifact name="jboss-as-testsuite-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.as', module='jboss-as-testsuite-integration', version='7.0.0.Alpha1')
)
libraryDependencies += "org.jboss.as" % "jboss-as-testsuite-integration" % "7.0.0.Alpha1"
[org.jboss.as/jboss-as-testsuite-integration "7.0.0.Alpha1"]