h

hibernate-l2-memcached

A library for using Memcached as a second level distributed cache in Hibernate.
https://github.com/mihaicostin/hibernate-l2-memcached
Apache License, Version 2.0
Mihai Costin
文件下载
文件名 操作
hibernate-l2-memcached-6.2.1.0.jar 下载
hibernate-l2-memcached-6.2.1.0.pom 下载
hibernate-l2-memcached-6.2.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.mihaicostin</groupId>
  <artifactId>hibernate-l2-memcached</artifactId>
  <version>6.2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.mihaicostin:hibernate-l2-memcached:6.2.1.0'
Gradle Kotlin
implementation("com.github.mihaicostin:hibernate-l2-memcached:6.2.1.0")
Scala SBT
libraryDependencies += "com.github.mihaicostin" % "hibernate-l2-memcached" % "6.2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mihaicostin', module='hibernate-l2-memcached', version='6.2.1.0')
)
Apache Ivy
<dependency org="com.github.mihaicostin" name="hibernate-l2-memcached" rev="6.2.1.0" />
Leiningen
[com.github.mihaicostin/hibernate-l2-memcached "6.2.1.0"]
Apache Buildr
'com.github.mihaicostin:hibernate-l2-memcached:jar:6.2.1.0'