| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases Redisson Hibernate ORM |
| GroupId | GroupIdorg.redisson |
| ArtifactId | ArtifactIdredisson-hibernate-4 |
| Version | Version3.16.7 |
| 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.16.7.pom | |
| redisson-hibernate-4-3.16.7.jar | 35 KB |
| redisson-hibernate-4-3.16.7-sources.jar | 29 KB |
| redisson-hibernate-4-3.16.7-javadoc.jar | 527 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.redisson/redisson-hibernate-4/ -->
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-hibernate-4</artifactId>
<version>3.16.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.redisson/redisson-hibernate-4/
implementation 'org.redisson:redisson-hibernate-4:3.16.7'
// https://jarcasting.com/artifacts/org.redisson/redisson-hibernate-4/
implementation ("org.redisson:redisson-hibernate-4:3.16.7")
'org.redisson:redisson-hibernate-4:jar:3.16.7'
<dependency org="org.redisson" name="redisson-hibernate-4" rev="3.16.7">
<artifact name="redisson-hibernate-4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.redisson', module='redisson-hibernate-4', version='3.16.7')
)
libraryDependencies += "org.redisson" % "redisson-hibernate-4" % "3.16.7"
[org.redisson/redisson-hibernate-4 "3.16.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate : hibernate-core Optional | jar | 4.3.11.Final |
| org.redisson : redisson | jar | 3.16.7 |
| 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 | 1.4.200 |