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