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