Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.wso2.carbon.devicemgt |
ArtifactId | ArtifactIdorg.wso2.carbon.apimgt.integration.client.feature |
Version | Version3.0.86 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt/org.wso2.carbon.apimgt.integration.client.feature/ -->
<dependency>
<groupId>org.wso2.carbon.devicemgt</groupId>
<artifactId>org.wso2.carbon.apimgt.integration.client.feature</artifactId>
<version>3.0.86</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt/org.wso2.carbon.apimgt.integration.client.feature/
implementation 'org.wso2.carbon.devicemgt:org.wso2.carbon.apimgt.integration.client.feature:3.0.86'
// https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt/org.wso2.carbon.apimgt.integration.client.feature/
implementation ("org.wso2.carbon.devicemgt:org.wso2.carbon.apimgt.integration.client.feature:3.0.86")
'org.wso2.carbon.devicemgt:org.wso2.carbon.apimgt.integration.client.feature:pom:3.0.86'
<dependency org="org.wso2.carbon.devicemgt" name="org.wso2.carbon.apimgt.integration.client.feature" rev="3.0.86">
<artifact name="org.wso2.carbon.apimgt.integration.client.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.devicemgt', module='org.wso2.carbon.apimgt.integration.client.feature', version='3.0.86')
)
libraryDependencies += "org.wso2.carbon.devicemgt" % "org.wso2.carbon.apimgt.integration.client.feature" % "3.0.86"
[org.wso2.carbon.devicemgt/org.wso2.carbon.apimgt.integration.client.feature "3.0.86"]