MVN

org.apache.stratos : org.wso2.carbon.ui

Maven & Gradle

Aug 06, 2016
3 usages

WSO2 Carbon - UI · org.wso2.carbon.ui patch version for Apache Stratos based on kernel patch0012

<dependency>
    <groupId>org.apache.stratos</groupId>
    <artifactId>org.wso2.carbon.ui</artifactId>
    <version>4.2.0-stratosv2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.stratos : org.wso2.carbon.ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.0-stratosv2

All Versions

Choose a version of org.apache.stratos : org.wso2.carbon.ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
org.wso2.carbon.ui-4.2.0-stratosv2
org.wso2.carbon.ui-4.2.0-stratosv1
org.wso2.carbon.ui-4.2.0-stratos

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.stratos</groupId>
    <artifactId>org.wso2.carbon.ui</artifactId>
    <version>4.2.0-stratosv2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.stratos : org.wso2.carbon.ui gradle dependency to your build.gradle file:

implementation 'org.apache.stratos:org.wso2.carbon.ui:4.2.0-stratosv2'

Gradle Kotlin DSL: Add the following org.apache.stratos : org.wso2.carbon.ui gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.stratos:org.wso2.carbon.ui:4.2.0-stratosv2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.stratos : org.wso2.carbon.ui sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.stratos" % "org.wso2.carbon.ui" % "4.2.0-stratosv2"

Advertisement