MVN

org.wso2.carbon.dashboards : shindig-wso2-features

Maven & Gradle

Oct 16, 2019
2 usages

Apache Shindig - WSO2 Extra Features · Provides extra, deprecated or extended functionality for Carbon Dashboards.

<dependency>
    <groupId>org.wso2.carbon.dashboards</groupId>
    <artifactId>shindig-wso2-features</artifactId>
    <version>2.0.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.carbon.dashboards : shindig-wso2-features to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.27

All Versions

Choose a version of org.wso2.carbon.dashboards : shindig-wso2-features to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
shindig-wso2-features-2.1.7
shindig-wso2-features-2.1.6
shindig-wso2-features-2.1.5
shindig-wso2-features-2.1.4
shindig-wso2-features-2.1.3
shindig-wso2-features-2.1.2
shindig-wso2-features-2.1.1
shindig-wso2-features-2.1.0
2.0.x
shindig-wso2-features-2.0.27
shindig-wso2-features-2.0.24
shindig-wso2-features-2.0.23
shindig-wso2-features-2.0.22
shindig-wso2-features-2.0.21
shindig-wso2-features-2.0.20
shindig-wso2-features-2.0.19
shindig-wso2-features-2.0.18
shindig-wso2-features-2.0.17
shindig-wso2-features-2.0.16
shindig-wso2-features-2.0.15
shindig-wso2-features-2.0.14
shindig-wso2-features-2.0.13
shindig-wso2-features-2.0.12
shindig-wso2-features-2.0.11
shindig-wso2-features-2.0.10
shindig-wso2-features-2.0.9
shindig-wso2-features-2.0.8
shindig-wso2-features-2.0.7
shindig-wso2-features-2.0.6
shindig-wso2-features-2.0.5
shindig-wso2-features-2.0.4
shindig-wso2-features-2.0.3
shindig-wso2-features-2.0.2
shindig-wso2-features-2.0.1
shindig-wso2-features-2.0.0
1.0.x
shindig-wso2-features-1.0.19
shindig-wso2-features-1.0.18
shindig-wso2-features-1.0.17
shindig-wso2-features-1.0.16
shindig-wso2-features-1.0.15
shindig-wso2-features-1.0.14

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wso2.carbon.dashboards</groupId>
    <artifactId>shindig-wso2-features</artifactId>
    <version>2.0.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.carbon.dashboards : shindig-wso2-features gradle dependency to your build.gradle file:

implementation 'org.wso2.carbon.dashboards:shindig-wso2-features:2.0.27'

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

implementation("org.wso2.carbon.dashboards:shindig-wso2-features:2.0.27")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.wso2.carbon.dashboards" % "shindig-wso2-features" % "2.0.27"