| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases Redisson Hibernate ORM |
| GroupId | GroupIdorg.redisson |
| ArtifactId | ArtifactIdredisson-hibernate |
| Version | Version3.17.3 |
| Type | Typepom |
| Description |
DescriptionRedisson/Hibernate cache
Redis Java client with features of In-Memory Data Grid
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| redisson-hibernate-3.17.3.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.redisson/redisson-hibernate/ -->
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-hibernate</artifactId>
<version>3.17.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.redisson/redisson-hibernate/
implementation 'org.redisson:redisson-hibernate:3.17.3'
// https://jarcasting.com/artifacts/org.redisson/redisson-hibernate/
implementation ("org.redisson:redisson-hibernate:3.17.3")
'org.redisson:redisson-hibernate:pom:3.17.3'
<dependency org="org.redisson" name="redisson-hibernate" rev="3.17.3">
<artifact name="redisson-hibernate" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.redisson', module='redisson-hibernate', version='3.17.3')
)
libraryDependencies += "org.redisson" % "redisson-hibernate" % "3.17.3"
[org.redisson/redisson-hibernate "3.17.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.redisson : redisson | jar | 3.17.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.11.1 |
| junit : junit | jar | 4.13.1 |
| com.h2database : h2 | jar | 2.1.210 |