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