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