MVN

tech.pardus : spring-multi-tenant-datasource

Maven & Gradle

Jan 23, 2022
1 stars
<dependency>
    <groupId>tech.pardus</groupId>
    <artifactId>spring-multi-tenant-datasource</artifactId>
    <version>0.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.pardus : spring-multi-tenant-datasource to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.12
  • Latest Release Candidate: 0.0.9-RC

All Versions

Choose a version of tech.pardus : spring-multi-tenant-datasource to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
spring-multi-tenant-datasource-0.0.12
spring-multi-tenant-datasource-0.0.11
spring-multi-tenant-datasource-0.0.9-RC
spring-multi-tenant-datasource-0.0.9-MS
spring-multi-tenant-datasource-0.0.7
spring-multi-tenant-datasource-0.0.6.M2
spring-multi-tenant-datasource-0.0.6.M1
spring-multi-tenant-datasource-0.0.5

How to add a dependency to Maven

Add the following tech.pardus : spring-multi-tenant-datasource maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.pardus</groupId>
    <artifactId>spring-multi-tenant-datasource</artifactId>
    <version>0.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.pardus : spring-multi-tenant-datasource gradle dependency to your build.gradle file:

implementation 'tech.pardus:spring-multi-tenant-datasource:0.0.12'

Gradle Kotlin DSL: Add the following tech.pardus : spring-multi-tenant-datasource gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.pardus:spring-multi-tenant-datasource:0.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.pardus : spring-multi-tenant-datasource sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.pardus" % "spring-multi-tenant-datasource" % "0.0.12"

Advertisement