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