MVN

org.wso2.iot : org.wso2.carbon.iot.integration.common

Maven & Gradle

Oct 31, 2018
3 usages
134 stars

WSO2 IoT - Integration Common

<dependency>
    <groupId>org.wso2.iot</groupId>
    <artifactId>org.wso2.carbon.iot.integration.common</artifactId>
    <version>3.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.iot : org.wso2.carbon.iot.integration.common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.1

All Versions

Choose a version of org.wso2.iot : org.wso2.carbon.iot.integration.common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
org.wso2.carbon.iot.integration.common-3.3.1
3.2.x
org.wso2.carbon.iot.integration.common-3.2.0
3.1.x
org.wso2.carbon.iot.integration.common-3.1.0-update11
org.wso2.carbon.iot.integration.common-3.1.0-update10
org.wso2.carbon.iot.integration.common-3.1.0-UPDATE9
org.wso2.carbon.iot.integration.common-3.1.0-UPDATE8
org.wso2.carbon.iot.integration.common-3.1.0-UPDATE7
org.wso2.carbon.iot.integration.common-3.1.0-UPDATE6
org.wso2.carbon.iot.integration.common-3.1.0-UPDATE5
org.wso2.carbon.iot.integration.common-3.1.0-UPDATE4

How to add a dependency to Maven

Add the following org.wso2.iot : org.wso2.carbon.iot.integration.common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.iot</groupId>
    <artifactId>org.wso2.carbon.iot.integration.common</artifactId>
    <version>3.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.iot : org.wso2.carbon.iot.integration.common gradle dependency to your build.gradle file:

implementation 'org.wso2.iot:org.wso2.carbon.iot.integration.common:3.3.1'

Gradle Kotlin DSL: Add the following org.wso2.iot : org.wso2.carbon.iot.integration.common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.iot:org.wso2.carbon.iot.integration.common:3.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.iot : org.wso2.carbon.iot.integration.common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.iot" % "org.wso2.carbon.iot.integration.common" % "3.3.1"

Advertisement