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