Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.swarm.testsuite |
ArtifactId | ArtifactIdtestsuite-parent |
Version | Version2017.12.0 |
Type | Typepom |
Filename | Size |
---|---|
testsuite-parent-2017.12.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-parent/ -->
<dependency>
<groupId>org.wildfly.swarm.testsuite</groupId>
<artifactId>testsuite-parent</artifactId>
<version>2017.12.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-parent/
implementation 'org.wildfly.swarm.testsuite:testsuite-parent:2017.12.0'
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-parent/
implementation ("org.wildfly.swarm.testsuite:testsuite-parent:2017.12.0")
'org.wildfly.swarm.testsuite:testsuite-parent:pom:2017.12.0'
<dependency org="org.wildfly.swarm.testsuite" name="testsuite-parent" rev="2017.12.0">
<artifact name="testsuite-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm.testsuite', module='testsuite-parent', version='2017.12.0')
)
libraryDependencies += "org.wildfly.swarm.testsuite" % "testsuite-parent" % "2017.12.0"
[org.wildfly.swarm.testsuite/testsuite-parent "2017.12.0"]