Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly |
ArtifactId | ArtifactIdwildfly-mod_cluster |
Version | Version8.0.0.Alpha4 |
Type | Typepom |
Filename | Size |
---|---|
wildfly-mod_cluster-8.0.0.Alpha4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly/wildfly-mod_cluster/ -->
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-mod_cluster</artifactId>
<version>8.0.0.Alpha4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly/wildfly-mod_cluster/
implementation 'org.wildfly:wildfly-mod_cluster:8.0.0.Alpha4'
// https://jarcasting.com/artifacts/org.wildfly/wildfly-mod_cluster/
implementation ("org.wildfly:wildfly-mod_cluster:8.0.0.Alpha4")
'org.wildfly:wildfly-mod_cluster:pom:8.0.0.Alpha4'
<dependency org="org.wildfly" name="wildfly-mod_cluster" rev="8.0.0.Alpha4">
<artifact name="wildfly-mod_cluster" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly', module='wildfly-mod_cluster', version='8.0.0.Alpha4')
)
libraryDependencies += "org.wildfly" % "wildfly-mod_cluster" % "8.0.0.Alpha4"
[org.wildfly/wildfly-mod_cluster "8.0.0.Alpha4"]