MVN

com.github.mihaicostin : hibernate-l2-memcached

Maven & Gradle

May 20, 2023
34 stars

hibernate-l2-memcached · A library for using Memcached as a second level distributed cache in Hibernate.

<dependency>
    <groupId>com.github.mihaicostin</groupId>
    <artifactId>hibernate-l2-memcached</artifactId>
    <version>6.2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mihaicostin : hibernate-l2-memcached to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.1.0

All Versions

Choose a version of com.github.mihaicostin : hibernate-l2-memcached to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
hibernate-l2-memcached-6.2.1.0
5.4.x
hibernate-l2-memcached-5.4.2.1
hibernate-l2-memcached-5.4.2.0
5.2.x
hibernate-l2-memcached-5.2.17.0
hibernate-l2-memcached-5.2.10.0
hibernate-l2-memcached-5.2.7.1
hibernate-l2-memcached-5.2.7.0
hibernate-l2-memcached-5.2.1.0
5.1.x
hibernate-l2-memcached-5.1.5.1
hibernate-l2-memcached-5.1.5.0
5.0.x
hibernate-l2-memcached-5.0.12.0
hibernate-l2-memcached-5.0.1.0
4.3.x
hibernate-l2-memcached-4.3.11.0
1.1.x
hibernate-l2-memcached-1.1.0
1.0.x
hibernate-l2-memcached-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.mihaicostin</groupId>
    <artifactId>hibernate-l2-memcached</artifactId>
    <version>6.2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mihaicostin : hibernate-l2-memcached gradle dependency to your build.gradle file:

implementation 'com.github.mihaicostin:hibernate-l2-memcached:6.2.1.0'

Gradle Kotlin DSL: Add the following com.github.mihaicostin : hibernate-l2-memcached gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mihaicostin:hibernate-l2-memcached:6.2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mihaicostin : hibernate-l2-memcached sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mihaicostin" % "hibernate-l2-memcached" % "6.2.1.0"