| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных Redisson Hibernate ORM |
| Группа | Группаorg.redisson |
| Идентификатор | Идентификаторredisson-hibernate |
| Версия | Версия3.17.3 |
| Тип | Типpom |
| Описание |
ОписаниеRedisson/Hibernate cache
Redis Java client with features of In-Memory Data Grid
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| redisson-hibernate-3.17.3.pom | 1 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.redisson : redisson | jar | 3.17.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.assertj : assertj-core | jar | 3.11.1 |
| junit : junit | jar | 4.13.1 |
| com.h2database : h2 | jar | 2.1.210 |