| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных |
| Группа | Группаorg.xson |
| Идентификатор | Идентификаторxson-redis |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Описание |
Описаниеxson-redis
A third-party redis extension tool.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| xson-redis-1.0.1.pom | |
| xson-redis-1.0.1.jar | 34 KB |
| xson-redis-1.0.1-sources.jar | 13 KB |
| xson-redis-1.0.1-javadoc.jar | 108 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.xson/xson-redis/ -->
<dependency>
<groupId>org.xson</groupId>
<artifactId>xson-redis</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xson/xson-redis/
implementation 'org.xson:xson-redis:1.0.1'
// https://jarcasting.com/artifacts/org.xson/xson-redis/
implementation ("org.xson:xson-redis:1.0.1")
'org.xson:xson-redis:jar:1.0.1'
<dependency org="org.xson" name="xson-redis" rev="1.0.1">
<artifact name="xson-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xson', module='xson-redis', version='1.0.1')
)
libraryDependencies += "org.xson" % "xson-redis" % "1.0.1"
[org.xson/xson-redis "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| redis.clients : jedis | jar | 2.7.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.xson : logging | jar | 1.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |