License |
License |
---|---|
Categories |
CategoriesRedis Data Databases Redisson Hibernate ORM |
GroupId | GroupIdorg.redisson |
ArtifactId | ArtifactIdredisson-hibernate-4 |
Last Version | Last Version3.17.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRedisson/Hibernate-4.x
Redis Java client with features of In-Memory Data Grid
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
redisson-hibernate-4-3.17.4.pom | |
redisson-hibernate-4-3.17.4.jar | 34 KB |
redisson-hibernate-4-3.17.4-sources.jar | 29 KB |
redisson-hibernate-4-3.17.4-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.redisson/redisson-hibernate-4/ -->
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-hibernate-4</artifactId>
<version>3.17.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.redisson/redisson-hibernate-4/
implementation 'org.redisson:redisson-hibernate-4:3.17.4'
// https://jarcasting.com/artifacts/org.redisson/redisson-hibernate-4/
implementation ("org.redisson:redisson-hibernate-4:3.17.4")
'org.redisson:redisson-hibernate-4:jar:3.17.4'
<dependency org="org.redisson" name="redisson-hibernate-4" rev="3.17.4">
<artifact name="redisson-hibernate-4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.redisson', module='redisson-hibernate-4', version='3.17.4')
)
libraryDependencies += "org.redisson" % "redisson-hibernate-4" % "3.17.4"
[org.redisson/redisson-hibernate-4 "3.17.4"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core Optional | jar | 4.3.11.Final |
org.redisson : redisson | jar | 3.17.4 |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-testing | jar | 4.3.11.Final |
org.assertj : assertj-core | jar | 3.11.1 |
junit : junit | jar | 4.13.1 |
com.h2database : h2 | jar | 2.1.210 |