MVN

com.sourcecoding : multitenancy

Maven & Gradle

Jan 30, 2013
0 stars

Multitenancy 4 JEE · Multitenancy will supported in JEE7. Today there's no official support by the JEE Spec. With Multitenancy4JEE there's a library to enable multitenancy support to your JEE projects (first version for JBoss AS 7 and Hibernate)

<dependency>
    <groupId>com.sourcecoding</groupId>
    <artifactId>multitenancy</artifactId>
    <version>0.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sourcecoding : multitenancy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.2

All Versions

Choose a version of com.sourcecoding : multitenancy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
multitenancy-0.4.2
multitenancy-0.4.0
0.3.x
multitenancy-0.3.2
multitenancy-0.3.1

How to add a dependency to Maven

Add the following com.sourcecoding : multitenancy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sourcecoding</groupId>
    <artifactId>multitenancy</artifactId>
    <version>0.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sourcecoding : multitenancy gradle dependency to your build.gradle file:

implementation 'com.sourcecoding:multitenancy:0.4.2'

Gradle Kotlin DSL: Add the following com.sourcecoding : multitenancy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sourcecoding:multitenancy:0.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sourcecoding : multitenancy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sourcecoding" % "multitenancy" % "0.4.2"

Advertisement