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