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