MVN

org.wso2.org.apache.shindig : wso2-extensions

Maven & Gradle

Sep 23, 2022
1 usages
12 stars

Apache Shindig WSO2 Extensions

<dependency>
    <groupId>org.wso2.org.apache.shindig</groupId>
    <artifactId>wso2-extensions</artifactId>
    <version>2.5.2-wso2v17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.org.apache.shindig : wso2-extensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.2-wso2v17

All Versions

Choose a version of org.wso2.org.apache.shindig : wso2-extensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
wso2-extensions-2.5.2-wso2v17
wso2-extensions-2.5.2-wso2v16
wso2-extensions-2.5.2-wso2v15
wso2-extensions-2.5.2-wso2v12
wso2-extensions-2.5.2-wso2v11

How to add a dependency to Maven

Add the following org.wso2.org.apache.shindig : wso2-extensions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.org.apache.shindig</groupId>
    <artifactId>wso2-extensions</artifactId>
    <version>2.5.2-wso2v17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.org.apache.shindig : wso2-extensions gradle dependency to your build.gradle file:

implementation 'org.wso2.org.apache.shindig:wso2-extensions:2.5.2-wso2v17'

Gradle Kotlin DSL: Add the following org.wso2.org.apache.shindig : wso2-extensions gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.org.apache.shindig:wso2-extensions:2.5.2-wso2v17")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.org.apache.shindig : wso2-extensions sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.org.apache.shindig" % "wso2-extensions" % "2.5.2-wso2v17"