| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJBoss Контейнер Application Servers Hibernate Данные ORM |
| Группа | Группаorg.hibernate |
| Идентификатор | Идентификаторhibernate-jbosscache |
| Последняя версия | Последняя версия3.6.10.Final |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHibernate JBossCache Integration
Integration of Hibernate with JBossCache 3.x (though 2.x sould work as well)
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| hibernate-jbosscache-3.6.10.Final.pom | |
| hibernate-jbosscache-3.6.10.Final.jar | 77 KB |
| hibernate-jbosscache-3.6.10.Final-sources.jar | 80 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-jbosscache/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jbosscache</artifactId>
<version>3.6.10.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-jbosscache/
implementation 'org.hibernate:hibernate-jbosscache:3.6.10.Final'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-jbosscache/
implementation ("org.hibernate:hibernate-jbosscache:3.6.10.Final")
'org.hibernate:hibernate-jbosscache:jar:3.6.10.Final'
<dependency org="org.hibernate" name="hibernate-jbosscache" rev="3.6.10.Final">
<artifact name="hibernate-jbosscache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-jbosscache', version='3.6.10.Final')
)
libraryDependencies += "org.hibernate" % "hibernate-jbosscache" % "3.6.10.Final"
[org.hibernate/hibernate-jbosscache "3.6.10.Final"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hibernate : hibernate-core | jar | 3.6.10.Final |
| org.jboss.cache » jbosscache-core | jar | 3.2.1.GA |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hibernate : hibernate-testing | jar | 3.6.10.Final |
| hsqldb : hsqldb | jar | 1.8.0.2 |
| cglib : cglib | jar | 2.2 |
| javassist : javassist | jar | 3.12.0.GA |
| junit : junit | jar | 3.8.1 |
| org.slf4j : jcl-over-slf4j | jar | 1.6.1 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
| commons-logging : commons-logging | jar | 99.0-does-not-exist |
| commons-logging : commons-logging-api | jar | 99.0-does-not-exist |