MVN

org.wso2.carbon.apimgt : org.wso2.carbon.apimgt.gateway.common

Maven & Gradle

Feb 15, 2021
2 usages
<dependency>
    <groupId>org.wso2.carbon.apimgt</groupId>
    <artifactId>org.wso2.carbon.apimgt.gateway.common</artifactId>
    <version>6.8.215</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.8.215

All Versions

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

Version Vulnerabilities Updated
6.8.x
org.wso2.carbon.apimgt.gateway.common-6.8.215
org.wso2.carbon.apimgt.gateway.common-6.8.214
org.wso2.carbon.apimgt.gateway.common-6.8.213
org.wso2.carbon.apimgt.gateway.common-6.8.212
org.wso2.carbon.apimgt.gateway.common-6.8.211
org.wso2.carbon.apimgt.gateway.common-6.8.210
org.wso2.carbon.apimgt.gateway.common-6.8.209
org.wso2.carbon.apimgt.gateway.common-6.8.208
org.wso2.carbon.apimgt.gateway.common-6.8.207
org.wso2.carbon.apimgt.gateway.common-6.8.206
org.wso2.carbon.apimgt.gateway.common-6.8.205
org.wso2.carbon.apimgt.gateway.common-6.8.204
org.wso2.carbon.apimgt.gateway.common-6.8.203
org.wso2.carbon.apimgt.gateway.common-6.8.202
org.wso2.carbon.apimgt.gateway.common-6.8.201
org.wso2.carbon.apimgt.gateway.common-6.8.200
org.wso2.carbon.apimgt.gateway.common-6.8.199
org.wso2.carbon.apimgt.gateway.common-6.8.198
org.wso2.carbon.apimgt.gateway.common-6.8.197
org.wso2.carbon.apimgt.gateway.common-6.8.196
org.wso2.carbon.apimgt.gateway.common-6.8.195
org.wso2.carbon.apimgt.gateway.common-6.8.194
org.wso2.carbon.apimgt.gateway.common-6.8.193

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wso2.carbon.apimgt</groupId>
    <artifactId>org.wso2.carbon.apimgt.gateway.common</artifactId>
    <version>6.8.215</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.gateway.common:6.8.215'

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

implementation("org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.gateway.common:6.8.215")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.wso2.carbon.apimgt" % "org.wso2.carbon.apimgt.gateway.common" % "6.8.215"