MVN

com.mxpio : mxpio-boot-base-multitenant

Maven & Gradle

Dec 19, 2022

mxpio-boot-base-multitenant

<dependency>
    <groupId>com.mxpio</groupId>
    <artifactId>mxpio-boot-base-multitenant</artifactId>
    <version>1.0.12-beta.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mxpio : mxpio-boot-base-multitenant to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.12-beta.8
  • Latest Beta: 1.0.12-beta.8

All Versions

Choose a version of com.mxpio : mxpio-boot-base-multitenant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mxpio-boot-base-multitenant-1.0.12-beta.8
mxpio-boot-base-multitenant-1.0.12-beta.7
mxpio-boot-base-multitenant-1.0.12-beta.6
mxpio-boot-base-multitenant-1.0.12-beta.5
mxpio-boot-base-multitenant-1.0.12-beta.4
mxpio-boot-base-multitenant-1.0.12-beta.3

How to add a dependency to Maven

Add the following com.mxpio : mxpio-boot-base-multitenant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mxpio</groupId>
    <artifactId>mxpio-boot-base-multitenant</artifactId>
    <version>1.0.12-beta.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mxpio : mxpio-boot-base-multitenant gradle dependency to your build.gradle file:

implementation 'com.mxpio:mxpio-boot-base-multitenant:1.0.12-beta.8'

Gradle Kotlin DSL: Add the following com.mxpio : mxpio-boot-base-multitenant gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mxpio:mxpio-boot-base-multitenant:1.0.12-beta.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mxpio : mxpio-boot-base-multitenant sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mxpio" % "mxpio-boot-base-multitenant" % "1.0.12-beta.8"