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