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