o

org.wso2.carbon.device.mgt.iot.input.adapter.extension

Provides the back-end functionality of Input adaptor
http://wso2.org
文件下载
文件名 操作
org.wso2.carbon.device.mgt.iot.input.adapter.extension-2.2.7.jar 下载
org.wso2.carbon.device.mgt.iot.input.adapter.extension-2.2.7.pom 下载
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.devicemgt-plugins</groupId>
  <artifactId>org.wso2.carbon.device.mgt.iot.input.adapter.extension</artifactId>
  <version>2.2.7</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.input.adapter.extension:2.2.7'
Gradle Kotlin
implementation("org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.input.adapter.extension:2.2.7")
Scala SBT
libraryDependencies += "org.wso2.carbon.devicemgt-plugins" % "org.wso2.carbon.device.mgt.iot.input.adapter.extension" % "2.2.7"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.devicemgt-plugins', module='org.wso2.carbon.device.mgt.iot.input.adapter.extension', version='2.2.7')
)
Apache Ivy
<dependency org="org.wso2.carbon.devicemgt-plugins" name="org.wso2.carbon.device.mgt.iot.input.adapter.extension" rev="2.2.7" />
Leiningen
[org.wso2.carbon.devicemgt-plugins/org.wso2.carbon.device.mgt.iot.input.adapter.extension "2.2.7"]
Apache Buildr
'org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.input.adapter.extension:jar:2.2.7'