Files download
File Operation
org.wso2.carbon.appmgt.mdm.wso2emm.feature-1.2.33.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.appmgt</groupId>
  <artifactId>org.wso2.carbon.appmgt.mdm.wso2emm.feature</artifactId>
  <version>1.2.33</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.appmgt:org.wso2.carbon.appmgt.mdm.wso2emm.feature:1.2.33'
Gradle Kotlin
implementation("org.wso2.carbon.appmgt:org.wso2.carbon.appmgt.mdm.wso2emm.feature:1.2.33")
Scala SBT
libraryDependencies += "org.wso2.carbon.appmgt" % "org.wso2.carbon.appmgt.mdm.wso2emm.feature" % "1.2.33"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.appmgt', module='org.wso2.carbon.appmgt.mdm.wso2emm.feature', version='1.2.33')
)
Apache Ivy
<dependency org="org.wso2.carbon.appmgt" name="org.wso2.carbon.appmgt.mdm.wso2emm.feature" rev="1.2.33" />
Leiningen
[org.wso2.carbon.appmgt/org.wso2.carbon.appmgt.mdm.wso2emm.feature "1.2.33"]
Apache Buildr
'org.wso2.carbon.appmgt:org.wso2.carbon.appmgt.mdm.wso2emm.feature:jar:1.2.33'