| Категории |
КатегорииRedis Данные Базы данных Redisson Hibernate ORM |
|---|---|
| Группа | Группаorg.redisson |
| Идентификатор | Идентификаторredisson-hibernate-52 |
| Версия | Версия3.10.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| redisson-hibernate-52-3.10.2.pom | |
| redisson-hibernate-52-3.10.2.jar | 43 KB |
| redisson-hibernate-52-3.10.2-sources.jar | 35 KB |
| redisson-hibernate-52-3.10.2-javadoc.jar | 178 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.redisson/redisson-hibernate-52/ -->
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-hibernate-52</artifactId>
<version>3.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.redisson/redisson-hibernate-52/
implementation 'org.redisson:redisson-hibernate-52:3.10.2'
// https://jarcasting.com/artifacts/org.redisson/redisson-hibernate-52/
implementation ("org.redisson:redisson-hibernate-52:3.10.2")
'org.redisson:redisson-hibernate-52:jar:3.10.2'
<dependency org="org.redisson" name="redisson-hibernate-52" rev="3.10.2">
<artifact name="redisson-hibernate-52" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.redisson', module='redisson-hibernate-52', version='3.10.2')
)
libraryDependencies += "org.redisson" % "redisson-hibernate-52" % "3.10.2"
[org.redisson/redisson-hibernate-52 "3.10.2"]