GroupId | GroupIdorg.wso2.carbon.commons |
---|---|
ArtifactId | ArtifactIdcluster-mgt |
Version | Version4.4.6 |
Type | Typepom |
Filename | Size |
---|---|
cluster-mgt-4.4.6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/cluster-mgt/ -->
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>cluster-mgt</artifactId>
<version>4.4.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/cluster-mgt/
implementation 'org.wso2.carbon.commons:cluster-mgt:4.4.6'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/cluster-mgt/
implementation ("org.wso2.carbon.commons:cluster-mgt:4.4.6")
'org.wso2.carbon.commons:cluster-mgt:pom:4.4.6'
<dependency org="org.wso2.carbon.commons" name="cluster-mgt" rev="4.4.6">
<artifact name="cluster-mgt" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='cluster-mgt', version='4.4.6')
)
libraryDependencies += "org.wso2.carbon.commons" % "cluster-mgt" % "4.4.6"
[org.wso2.carbon.commons/cluster-mgt "4.4.6"]