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