GroupId | GroupIdorg.wso2.carbon.devicemgt |
---|---|
ArtifactId | ArtifactIdorg.wso2.carbon.device.mgt.ui |
Version | Version3.0.49 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt/org.wso2.carbon.device.mgt.ui/ -->
<dependency>
<groupId>org.wso2.carbon.devicemgt</groupId>
<artifactId>org.wso2.carbon.device.mgt.ui</artifactId>
<version>3.0.49</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt/org.wso2.carbon.device.mgt.ui/
implementation 'org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.ui:3.0.49'
// https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt/org.wso2.carbon.device.mgt.ui/
implementation ("org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.ui:3.0.49")
'org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.ui:pom:3.0.49'
<dependency org="org.wso2.carbon.devicemgt" name="org.wso2.carbon.device.mgt.ui" rev="3.0.49">
<artifact name="org.wso2.carbon.device.mgt.ui" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.devicemgt', module='org.wso2.carbon.device.mgt.ui', version='3.0.49')
)
libraryDependencies += "org.wso2.carbon.devicemgt" % "org.wso2.carbon.device.mgt.ui" % "3.0.49"
[org.wso2.carbon.devicemgt/org.wso2.carbon.device.mgt.ui "3.0.49"]