GroupId | GroupIdorg.wso2.carbon.devicemgt |
---|---|
ArtifactId | ArtifactIdorg.wso2.carbon.device.mgt.ui |
Version | Version1.2.4 |
Type | Typepom |
Filename | Size |
---|---|
org.wso2.carbon.device.mgt.ui-1.2.4.pom | |
org.wso2.carbon.device.mgt.ui-1.2.4.zip | 2 KB |
Browse |
<!-- 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>1.2.4</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:1.2.4'
// 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:1.2.4")
'org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.ui:pom:1.2.4'
<dependency org="org.wso2.carbon.devicemgt" name="org.wso2.carbon.device.mgt.ui" rev="1.2.4">
<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='1.2.4')
)
libraryDependencies += "org.wso2.carbon.devicemgt" % "org.wso2.carbon.device.mgt.ui" % "1.2.4"
[org.wso2.carbon.devicemgt/org.wso2.carbon.device.mgt.ui "1.2.4"]