<dependency>
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<artifactId>org.wso2.carbon.device.mgt.iot.feature</artifactId>
<version>2.2.7</version>
</dependency>
implementation group: 'org.wso2.carbon.devicemgt-plugins', name: 'org.wso2.carbon.device.mgt.iot.feature', version: '2.2.7'
implementation 'org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.feature:2.2.7'
implementation("org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.feature:2.2.7")
libraryDependencies += "org.wso2.carbon.devicemgt-plugins" % "org.wso2.carbon.device.mgt.iot.feature" % "2.2.7"
<dependency org="org.wso2.carbon.devicemgt-plugins" name="org.wso2.carbon.device.mgt.iot.feature" rev="2.2.7"/>
@Grapes(
@Grab(group='org.wso2.carbon.devicemgt-plugins', module='org.wso2.carbon.device.mgt.iot.feature', version='2.2.7')
)
[org.wso2.carbon.devicemgt-plugins/org.wso2.carbon.device.mgt.iot.feature "2.2.7"]
'org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.feature:jar:2.2.7'