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