MVN

org.wso2.carbon.uiserver : org.wso2.carbon.uiserver.feature

Maven & Gradle

Feb 07, 2023
26 usages
13 stars

WSO2 Carbon UI Server - Core - Feature · This feature contains the Carbon UI Server core bundles

<dependency>
    <groupId>org.wso2.carbon.uiserver</groupId>
    <artifactId>org.wso2.carbon.uiserver.feature</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.carbon.uiserver : org.wso2.carbon.uiserver.feature to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of org.wso2.carbon.uiserver : org.wso2.carbon.uiserver.feature to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
org.wso2.carbon.uiserver.feature-1.0.7
org.wso2.carbon.uiserver.feature-1.0.6
org.wso2.carbon.uiserver.feature-1.0.5
0.19.x
org.wso2.carbon.uiserver.feature-0.19.7
org.wso2.carbon.uiserver.feature-0.19.6
org.wso2.carbon.uiserver.feature-0.19.5
org.wso2.carbon.uiserver.feature-0.19.4
org.wso2.carbon.uiserver.feature-0.19.3
org.wso2.carbon.uiserver.feature-0.19.2
org.wso2.carbon.uiserver.feature-0.19.1
org.wso2.carbon.uiserver.feature-0.19.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wso2.carbon.uiserver</groupId>
    <artifactId>org.wso2.carbon.uiserver.feature</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.carbon.uiserver : org.wso2.carbon.uiserver.feature gradle dependency to your build.gradle file:

implementation 'org.wso2.carbon.uiserver:org.wso2.carbon.uiserver.feature:1.0.7'

Gradle Kotlin DSL: Add the following org.wso2.carbon.uiserver : org.wso2.carbon.uiserver.feature gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.carbon.uiserver:org.wso2.carbon.uiserver.feature:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.carbon.uiserver : org.wso2.carbon.uiserver.feature sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.carbon.uiserver" % "org.wso2.carbon.uiserver.feature" % "1.0.7"

Advertisement