is not current version
Last Version 1.6.4

com.github.hibernate-redis:hibernate-redis-parent 1.6.3

Hibernate 2nd level cache using Redis.

Categories

Categories

Redis Data Databases Hibernate ORM
GroupId

GroupId

com.github.hibernate-redis
ArtifactId

ArtifactId

hibernate-redis-parent
Version

Version

1.6.3
Type

Type

pom

Download hibernate-redis-parent 1.6.3


<!-- https://jarcasting.com/artifacts/com.github.hibernate-redis/hibernate-redis-parent/ -->
<dependency>
    <groupId>com.github.hibernate-redis</groupId>
    <artifactId>hibernate-redis-parent</artifactId>
    <version>1.6.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hibernate-redis/hibernate-redis-parent/
implementation 'com.github.hibernate-redis:hibernate-redis-parent:1.6.3'
// https://jarcasting.com/artifacts/com.github.hibernate-redis/hibernate-redis-parent/
implementation ("com.github.hibernate-redis:hibernate-redis-parent:1.6.3")
'com.github.hibernate-redis:hibernate-redis-parent:pom:1.6.3'
<dependency org="com.github.hibernate-redis" name="hibernate-redis-parent" rev="1.6.3">
  <artifact name="hibernate-redis-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hibernate-redis', module='hibernate-redis-parent', version='1.6.3')
)
libraryDependencies += "com.github.hibernate-redis" % "hibernate-redis-parent" % "1.6.3"
[com.github.hibernate-redis/hibernate-redis-parent "1.6.3"]