Categories |
CategoriesWildFly Container Application Servers Undertow Net Networking |
---|---|
GroupId | GroupIdorg.wildfly |
ArtifactId | ArtifactIdwildfly-mod_cluster-undertow |
Version | Version9.0.2.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wildfly/wildfly-mod_cluster-undertow/ -->
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-mod_cluster-undertow</artifactId>
<version>9.0.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly/wildfly-mod_cluster-undertow/
implementation 'org.wildfly:wildfly-mod_cluster-undertow:9.0.2.Final'
// https://jarcasting.com/artifacts/org.wildfly/wildfly-mod_cluster-undertow/
implementation ("org.wildfly:wildfly-mod_cluster-undertow:9.0.2.Final")
'org.wildfly:wildfly-mod_cluster-undertow:jar:9.0.2.Final'
<dependency org="org.wildfly" name="wildfly-mod_cluster-undertow" rev="9.0.2.Final">
<artifact name="wildfly-mod_cluster-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly', module='wildfly-mod_cluster-undertow', version='9.0.2.Final')
)
libraryDependencies += "org.wildfly" % "wildfly-mod_cluster-undertow" % "9.0.2.Final"
[org.wildfly/wildfly-mod_cluster-undertow "9.0.2.Final"]