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