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