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