| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных |
| Группа | Группаcom.pugwoo |
| Идентификатор | Идентификаторredis-helper |
| Версия | Версия1.0.2 |
| Тип | Типjar |
| Описание |
Описаниеredis-helper
a useful redis client with interesting feature
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| redis-helper-1.0.2.pom | |
| redis-helper-1.0.2.jar | 60 KB |
| redis-helper-1.0.2-sources.jar | 36 KB |
| redis-helper-1.0.2-javadoc.jar | 159 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.pugwoo/redis-helper/ -->
<dependency>
<groupId>com.pugwoo</groupId>
<artifactId>redis-helper</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pugwoo/redis-helper/
implementation 'com.pugwoo:redis-helper:1.0.2'
// https://jarcasting.com/artifacts/com.pugwoo/redis-helper/
implementation ("com.pugwoo:redis-helper:1.0.2")
'com.pugwoo:redis-helper:jar:1.0.2'
<dependency org="com.pugwoo" name="redis-helper" rev="1.0.2">
<artifact name="redis-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pugwoo', module='redis-helper', version='1.0.2')
)
libraryDependencies += "com.pugwoo" % "redis-helper" % "1.0.2"
[com.pugwoo/redis-helper "1.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.31 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.4 |
| org.mvel : mvel2 | jar | 2.4.12.Final |
| redis.clients : jedis | jar | 3.6.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-context | jar | 5.3.8 |
| org.aspectj : aspectjrt | jar | 1.9.7 |
| org.aspectj : aspectjweaver | jar | 1.9.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.springframework : spring-test | jar | 5.3.8 |