MVN

xin.altitude.cms : ucode-cms-tenant

Maven & Gradle

Apr 28, 2023

物理隔离多租户实现,有效补充MybatisPlus软多租户,本实现称为硬多租户。

<dependency>
    <groupId>xin.altitude.cms</groupId>
    <artifactId>ucode-cms-tenant</artifactId>
    <version>1.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xin.altitude.cms : ucode-cms-tenant to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.4

All Versions

Choose a version of xin.altitude.cms : ucode-cms-tenant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
ucode-cms-tenant-1.6.4

How to add a dependency to Maven

Add the following xin.altitude.cms : ucode-cms-tenant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xin.altitude.cms</groupId>
    <artifactId>ucode-cms-tenant</artifactId>
    <version>1.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xin.altitude.cms : ucode-cms-tenant gradle dependency to your build.gradle file:

implementation 'xin.altitude.cms:ucode-cms-tenant:1.6.4'

Gradle Kotlin DSL: Add the following xin.altitude.cms : ucode-cms-tenant gradle kotlin dependency to your build.gradle.kts file:

implementation("xin.altitude.cms:ucode-cms-tenant:1.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following xin.altitude.cms : ucode-cms-tenant sbt scala dependency to your build.sbt file:

libraryDependencies += "xin.altitude.cms" % "ucode-cms-tenant" % "1.6.4"