is not current version
Last Version 3.6.10.Final

org.hibernate:hibernate-jbosscache 3.6.0.Beta2

Integration of Hibernate with JBossCache 3.x (though 2.x sould work as well)

Categories

Categories

JBoss Container Application Servers Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-jbosscache
Version

Version

3.6.0.Beta2
Type

Type

jar

Download hibernate-jbosscache 3.6.0.Beta2


<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-jbosscache/ -->
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-jbosscache</artifactId>
    <version>3.6.0.Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-jbosscache/
implementation 'org.hibernate:hibernate-jbosscache:3.6.0.Beta2'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-jbosscache/
implementation ("org.hibernate:hibernate-jbosscache:3.6.0.Beta2")
'org.hibernate:hibernate-jbosscache:jar:3.6.0.Beta2'
<dependency org="org.hibernate" name="hibernate-jbosscache" rev="3.6.0.Beta2">
  <artifact name="hibernate-jbosscache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-jbosscache', version='3.6.0.Beta2')
)
libraryDependencies += "org.hibernate" % "hibernate-jbosscache" % "3.6.0.Beta2"
[org.hibernate/hibernate-jbosscache "3.6.0.Beta2"]