Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.da |
ArtifactId | ArtifactIdtestsuite |
Version | Version0.8.2 |
Type | Typejar |
Filename | Size |
---|---|
testsuite-0.8.2.pom | |
testsuite-0.8.2.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.da/testsuite/ -->
<dependency>
<groupId>org.jboss.da</groupId>
<artifactId>testsuite</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.da/testsuite/
implementation 'org.jboss.da:testsuite:0.8.2'
// https://jarcasting.com/artifacts/org.jboss.da/testsuite/
implementation ("org.jboss.da:testsuite:0.8.2")
'org.jboss.da:testsuite:jar:0.8.2'
<dependency org="org.jboss.da" name="testsuite" rev="0.8.2">
<artifact name="testsuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.da', module='testsuite', version='0.8.2')
)
libraryDependencies += "org.jboss.da" % "testsuite" % "0.8.2"
[org.jboss.da/testsuite "0.8.2"]