MVN

org.wso2.carbon.multitenancy : org.wso2.carbon.tenant.theme.mgt

Maven & Gradle

Mar 30, 2023
3 usages
15 stars

WSO2 Stratos - Tenant Theme Configurations

<dependency>
    <groupId>org.wso2.carbon.multitenancy</groupId>
    <artifactId>org.wso2.carbon.tenant.theme.mgt</artifactId>
    <version>4.11.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.carbon.multitenancy : org.wso2.carbon.tenant.theme.mgt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.11.6

All Versions

Choose a version of org.wso2.carbon.multitenancy : org.wso2.carbon.tenant.theme.mgt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.11.x
org.wso2.carbon.tenant.theme.mgt-4.11.6
org.wso2.carbon.tenant.theme.mgt-4.11.5
org.wso2.carbon.tenant.theme.mgt-4.11.4
org.wso2.carbon.tenant.theme.mgt-4.11.3
org.wso2.carbon.tenant.theme.mgt-4.11.0
4.10.x
org.wso2.carbon.tenant.theme.mgt-4.10.0
4.9.x
org.wso2.carbon.tenant.theme.mgt-4.9.20
org.wso2.carbon.tenant.theme.mgt-4.9.19
org.wso2.carbon.tenant.theme.mgt-4.9.18
org.wso2.carbon.tenant.theme.mgt-4.9.17
org.wso2.carbon.tenant.theme.mgt-4.9.16
org.wso2.carbon.tenant.theme.mgt-4.9.15
org.wso2.carbon.tenant.theme.mgt-4.9.14
org.wso2.carbon.tenant.theme.mgt-4.9.13
org.wso2.carbon.tenant.theme.mgt-4.9.12
org.wso2.carbon.tenant.theme.mgt-4.9.11
org.wso2.carbon.tenant.theme.mgt-4.9.10
org.wso2.carbon.tenant.theme.mgt-4.9.9
org.wso2.carbon.tenant.theme.mgt-4.9.8
org.wso2.carbon.tenant.theme.mgt-4.9.7
org.wso2.carbon.tenant.theme.mgt-4.9.6
org.wso2.carbon.tenant.theme.mgt-4.9.4
org.wso2.carbon.tenant.theme.mgt-4.9.3
org.wso2.carbon.tenant.theme.mgt-4.9.2
org.wso2.carbon.tenant.theme.mgt-4.9.1
org.wso2.carbon.tenant.theme.mgt-4.9.0
4.8.x
org.wso2.carbon.tenant.theme.mgt-4.8.6
org.wso2.carbon.tenant.theme.mgt-4.8.5
org.wso2.carbon.tenant.theme.mgt-4.8.4
org.wso2.carbon.tenant.theme.mgt-4.8.3
org.wso2.carbon.tenant.theme.mgt-4.8.2
org.wso2.carbon.tenant.theme.mgt-4.8.1
org.wso2.carbon.tenant.theme.mgt-4.8.0
4.7.x
org.wso2.carbon.tenant.theme.mgt-4.7.16
org.wso2.carbon.tenant.theme.mgt-4.7.12
4.6.x
org.wso2.carbon.tenant.theme.mgt-4.6.25
org.wso2.carbon.tenant.theme.mgt-4.6.17
org.wso2.carbon.tenant.theme.mgt-4.6.16
org.wso2.carbon.tenant.theme.mgt-4.6.15
org.wso2.carbon.tenant.theme.mgt-4.6.14
org.wso2.carbon.tenant.theme.mgt-4.6.13
org.wso2.carbon.tenant.theme.mgt-4.6.12
org.wso2.carbon.tenant.theme.mgt-4.6.11
org.wso2.carbon.tenant.theme.mgt-4.6.9
org.wso2.carbon.tenant.theme.mgt-4.6.8
org.wso2.carbon.tenant.theme.mgt-4.6.7
org.wso2.carbon.tenant.theme.mgt-4.6.6

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wso2.carbon.multitenancy</groupId>
    <artifactId>org.wso2.carbon.tenant.theme.mgt</artifactId>
    <version>4.11.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.carbon.multitenancy : org.wso2.carbon.tenant.theme.mgt gradle dependency to your build.gradle file:

implementation 'org.wso2.carbon.multitenancy:org.wso2.carbon.tenant.theme.mgt:4.11.6'

Gradle Kotlin DSL: Add the following org.wso2.carbon.multitenancy : org.wso2.carbon.tenant.theme.mgt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.carbon.multitenancy:org.wso2.carbon.tenant.theme.mgt:4.11.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.carbon.multitenancy : org.wso2.carbon.tenant.theme.mgt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.carbon.multitenancy" % "org.wso2.carbon.tenant.theme.mgt" % "4.11.6"

Advertisement