| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.sourcecoding |
| Идентификатор | Идентификаторmultitenancy |
| Версия | Версия0.4.2 |
| Тип | Типjar |
| Описание |
Описание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)
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hibernate : hibernate-entitymanager | jar | 4.0.1.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | |
| org.jboss.arquillian.junit : arquillian-junit-container | jar |