MVN

com.haoxuer.bigworld : bigworld-tenant

Maven & Gradle

Jul 16, 2022
4 usages

bigworld-tenant

<dependency>
    <groupId>com.haoxuer.bigworld</groupId>
    <artifactId>bigworld-tenant</artifactId>
    <version>3.3.17-20220716</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.haoxuer.bigworld : bigworld-tenant to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.17-20220716

All Versions

Choose a version of com.haoxuer.bigworld : bigworld-tenant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
bigworld-tenant-3.3.17-20220716
bigworld-tenant-3.3.16-20220327
bigworld-tenant-3.3.15-20220327
bigworld-tenant-3.3.14-20220307
bigworld-tenant-3.3.13-20220115
bigworld-tenant-3.3.12-20211205
bigworld-tenant-3.3.11-20211020
bigworld-tenant-3.3.10-20210917
bigworld-tenant-3.3.9-20210805
bigworld-tenant-3.3.8-20210622
bigworld-tenant-3.3.7-20210610
1.0.x
bigworld-tenant-1.0.1-20200627

How to add a dependency to Maven

Add the following com.haoxuer.bigworld : bigworld-tenant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.haoxuer.bigworld</groupId>
    <artifactId>bigworld-tenant</artifactId>
    <version>3.3.17-20220716</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.haoxuer.bigworld : bigworld-tenant gradle dependency to your build.gradle file:

implementation 'com.haoxuer.bigworld:bigworld-tenant:3.3.17-20220716'

Gradle Kotlin DSL: Add the following com.haoxuer.bigworld : bigworld-tenant gradle kotlin dependency to your build.gradle.kts file:

implementation("com.haoxuer.bigworld:bigworld-tenant:3.3.17-20220716")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.haoxuer.bigworld : bigworld-tenant sbt scala dependency to your build.sbt file:

libraryDependencies += "com.haoxuer.bigworld" % "bigworld-tenant" % "3.3.17-20220716"