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