Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.swarm.testsuite |
ArtifactId | ArtifactIdtestsuite-management-console |
Version | Version2018.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-management-console/ -->
<dependency>
<groupId>org.wildfly.swarm.testsuite</groupId>
<artifactId>testsuite-management-console</artifactId>
<version>2018.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-management-console/
implementation 'org.wildfly.swarm.testsuite:testsuite-management-console:2018.4.0'
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-management-console/
implementation ("org.wildfly.swarm.testsuite:testsuite-management-console:2018.4.0")
'org.wildfly.swarm.testsuite:testsuite-management-console:jar:2018.4.0'
<dependency org="org.wildfly.swarm.testsuite" name="testsuite-management-console" rev="2018.4.0">
<artifact name="testsuite-management-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm.testsuite', module='testsuite-management-console', version='2018.4.0')
)
libraryDependencies += "org.wildfly.swarm.testsuite" % "testsuite-management-console" % "2018.4.0"
[org.wildfly.swarm.testsuite/testsuite-management-console "2018.4.0"]