MVN

org.wso2.org.apache.shindig : shindig-features

Maven & Gradle

Sep 23, 2022
2 usages

Apache Shindig Features · Packages all the features that shindig provides into a single jar file to allow loading from the classpath

<dependency>
    <groupId>org.wso2.org.apache.shindig</groupId>
    <artifactId>shindig-features</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 : shindig-features 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 : shindig-features to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
shindig-features-2.5.2-wso2v17
shindig-features-2.5.2-wso2v16
shindig-features-2.5.2-wso2v15
shindig-features-2.5.2-wso2v12
shindig-features-2.5.2-wso2v11
shindig-features-2.5.2-wso2v8
shindig-features-2.5.2-wso2v7
shindig-features-2.5.2-wso2v6
shindig-features-2.5.2-wso2v5
shindig-features-2.5.2-wso2v4
shindig-features-2.5.2-wso2v3
shindig-features-2.5.2-wso2v2
shindig-features-2.5.2-wso2v1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wso2.org.apache.shindig</groupId>
    <artifactId>shindig-features</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 : shindig-features gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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