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