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