| License |
License |
|---|---|
| GroupId | GroupIdcom.sourcecoding |
| ArtifactId | ArtifactIdmultitenancy |
| Version | Version0.4.2 |
| Type | Typejar |
| Description |
DescriptionMultitenancy 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)
|
| Filename | Size |
|---|---|
| multitenancy-0.4.2.pom | |
| multitenancy-0.4.2.jar | 28 KB |
| multitenancy-0.4.2-sources.jar | 20 KB |
| multitenancy-0.4.2-javadoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sourcecoding/multitenancy/ -->
<dependency>
<groupId>com.sourcecoding</groupId>
<artifactId>multitenancy</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sourcecoding/multitenancy/
implementation 'com.sourcecoding:multitenancy:0.4.2'
// https://jarcasting.com/artifacts/com.sourcecoding/multitenancy/
implementation ("com.sourcecoding:multitenancy:0.4.2")
'com.sourcecoding:multitenancy:jar:0.4.2'
<dependency org="com.sourcecoding" name="multitenancy" rev="0.4.2">
<artifact name="multitenancy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sourcecoding', module='multitenancy', version='0.4.2')
)
libraryDependencies += "com.sourcecoding" % "multitenancy" % "0.4.2"
[com.sourcecoding/multitenancy "0.4.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate : hibernate-entitymanager | jar | 4.0.1.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jboss.spec : jboss-javaee-web-6.0 | pom | 3.0.1.Final |
| org.hibernate : hibernate-core | jar | 4.0.1.Final |
| org.picketbox : picketbox | jar | 4.0.7.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | |
| org.jboss.arquillian.junit : arquillian-junit-container | jar |