License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.github.mihaicostin |
ArtifactId | ArtifactIdhibernate-l2-memcached |
Last Version | Last Version5.4.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhibernate-l2-memcached
A library for using Memcached as a second level distributed cache in Hibernate.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.mihaicostin/hibernate-l2-memcached/ -->
<dependency>
<groupId>com.github.mihaicostin</groupId>
<artifactId>hibernate-l2-memcached</artifactId>
<version>5.4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mihaicostin/hibernate-l2-memcached/
implementation 'com.github.mihaicostin:hibernate-l2-memcached:5.4.2.1'
// https://jarcasting.com/artifacts/com.github.mihaicostin/hibernate-l2-memcached/
implementation ("com.github.mihaicostin:hibernate-l2-memcached:5.4.2.1")
'com.github.mihaicostin:hibernate-l2-memcached:jar:5.4.2.1'
<dependency org="com.github.mihaicostin" name="hibernate-l2-memcached" rev="5.4.2.1">
<artifact name="hibernate-l2-memcached" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mihaicostin', module='hibernate-l2-memcached', version='5.4.2.1')
)
libraryDependencies += "com.github.mihaicostin" % "hibernate-l2-memcached" % "5.4.2.1"
[com.github.mihaicostin/hibernate-l2-memcached "5.4.2.1"]
Group / Artifact | Type | Version |
---|---|---|
net.spy : spymemcached | jar | 2.12.3 |
org.slf4j : slf4j-api | jar | 1.5.6 |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | 5.4.2.Final |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.5.6 |
junit : junit | jar | 4.13.1 |
org.hsqldb : hsqldb | jar | 2.3.2 |