Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.core |
ArtifactId | ArtifactIdwildfly-host-controller |
Version | Version2.2.0.CR6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wildfly.core/wildfly-host-controller/ -->
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-host-controller</artifactId>
<version>2.2.0.CR6</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-host-controller/
implementation 'org.wildfly.core:wildfly-host-controller:2.2.0.CR6'
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-host-controller/
implementation ("org.wildfly.core:wildfly-host-controller:2.2.0.CR6")
'org.wildfly.core:wildfly-host-controller:jar:2.2.0.CR6'
<dependency org="org.wildfly.core" name="wildfly-host-controller" rev="2.2.0.CR6">
<artifact name="wildfly-host-controller" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.core', module='wildfly-host-controller', version='2.2.0.CR6')
)
libraryDependencies += "org.wildfly.core" % "wildfly-host-controller" % "2.2.0.CR6"
[org.wildfly.core/wildfly-host-controller "2.2.0.CR6"]