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