MVN

org.hibernate : hibernate-jbosscache2

Maven & Gradle

Aug 21, 2009
2 usages

Hibernate JBossCache2.x Integration · Integration of Hibernate with JBossCache (based on JBossCache2.x APIs)

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-jbosscache2</artifactId>
    <version>3.3.2.GA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hibernate : hibernate-jbosscache2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.2.GA

All Versions

Choose a version of org.hibernate : hibernate-jbosscache2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
hibernate-jbosscache2-3.3.2.GA
hibernate-jbosscache2-3.3.1.GA
hibernate-jbosscache2-3.3.0.SP1
hibernate-jbosscache2-3.3.0.GA
hibernate-jbosscache2-3.3.0.CR2
hibernate-jbosscache2-3.3.0.CR1

How to add a dependency to Maven

Add the following org.hibernate : hibernate-jbosscache2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-jbosscache2</artifactId>
    <version>3.3.2.GA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hibernate : hibernate-jbosscache2 gradle dependency to your build.gradle file:

implementation 'org.hibernate:hibernate-jbosscache2:3.3.2.GA'

Gradle Kotlin DSL: Add the following org.hibernate : hibernate-jbosscache2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hibernate:hibernate-jbosscache2:3.3.2.GA")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hibernate : hibernate-jbosscache2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hibernate" % "hibernate-jbosscache2" % "3.3.2.GA"

Advertisement