MVN

com.github.nucleussoftware : hibernate-ehcache-redis

Maven & Gradle

Mar 16, 2019
1 stars

Hibernate Ehcache Integration Over Redis · Integration for Ehcache (Redis Invalidation) into Hibernate as a second-level caching service

<dependency>
    <groupId>com.github.nucleussoftware</groupId>
    <artifactId>hibernate-ehcache-redis</artifactId>
    <version>5.2.8-TEMP.FINAL</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nucleussoftware : hibernate-ehcache-redis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.8-TEMP.FINAL

All Versions

Choose a version of com.github.nucleussoftware : hibernate-ehcache-redis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
hibernate-ehcache-redis-5.2.8-TEMP.FINAL

How to add a dependency to Maven

Add the following com.github.nucleussoftware : hibernate-ehcache-redis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nucleussoftware</groupId>
    <artifactId>hibernate-ehcache-redis</artifactId>
    <version>5.2.8-TEMP.FINAL</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nucleussoftware : hibernate-ehcache-redis gradle dependency to your build.gradle file:

implementation 'com.github.nucleussoftware:hibernate-ehcache-redis:5.2.8-TEMP.FINAL'

Gradle Kotlin DSL: Add the following com.github.nucleussoftware : hibernate-ehcache-redis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nucleussoftware:hibernate-ehcache-redis:5.2.8-TEMP.FINAL")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nucleussoftware : hibernate-ehcache-redis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nucleussoftware" % "hibernate-ehcache-redis" % "5.2.8-TEMP.FINAL"