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