MVN

cn.herodotus.engine : data-sdk-tenant

Maven & Gradle

Aug 24, 2023

Dante Cloud 基于 JPA 的多租户核心组件模块

<dependency>
    <groupId>cn.herodotus.engine</groupId>
    <artifactId>data-sdk-tenant</artifactId>
    <version>3.1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.herodotus.engine : data-sdk-tenant to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.3.0

All Versions

Choose a version of cn.herodotus.engine : data-sdk-tenant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
data-sdk-tenant-3.1.3.0
data-sdk-tenant-3.1.2.4
data-sdk-tenant-3.1.2.3
data-sdk-tenant-3.1.2.2
data-sdk-tenant-3.1.2.1
data-sdk-tenant-3.1.2.0
data-sdk-tenant-3.1.1.3
data-sdk-tenant-3.1.1.2
data-sdk-tenant-3.1.1.1
data-sdk-tenant-3.1.1.0
data-sdk-tenant-3.1.0.8
data-sdk-tenant-3.1.0.7
data-sdk-tenant-3.1.0.6
data-sdk-tenant-3.1.0.5
data-sdk-tenant-3.1.0.4
data-sdk-tenant-3.1.0.3
data-sdk-tenant-3.1.0.2
data-sdk-tenant-3.1.0.1
data-sdk-tenant-3.1.0.0
3.0.x
data-sdk-tenant-3.0.7.0
data-sdk-tenant-3.0.6.4
data-sdk-tenant-3.0.6.3
data-sdk-tenant-3.0.6.2
data-sdk-tenant-3.0.6.1
data-sdk-tenant-3.0.6.0
data-sdk-tenant-3.0.5.5
data-sdk-tenant-3.0.5.4
data-sdk-tenant-3.0.5.3
data-sdk-tenant-3.0.5.2
data-sdk-tenant-3.0.5.1

How to add a dependency to Maven

Add the following cn.herodotus.engine : data-sdk-tenant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.herodotus.engine</groupId>
    <artifactId>data-sdk-tenant</artifactId>
    <version>3.1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.herodotus.engine : data-sdk-tenant gradle dependency to your build.gradle file:

implementation 'cn.herodotus.engine:data-sdk-tenant:3.1.3.0'

Gradle Kotlin DSL: Add the following cn.herodotus.engine : data-sdk-tenant gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.herodotus.engine:data-sdk-tenant:3.1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.herodotus.engine : data-sdk-tenant sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.herodotus.engine" % "data-sdk-tenant" % "3.1.3.0"