| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных |
| Группа | Группаio.github.icodegarden |
| Идентификатор | Идентификаторcommons-redis |
| Последняя версия | Последняя версия0.2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcommons-redis
common util codes
|
| Имя Файла | Размер |
|---|---|
| commons-redis-0.2.1.pom | |
| commons-redis-0.2.1.jar | 17 KB |
| commons-redis-0.2.1-sources.jar | 8 KB |
| commons-redis-0.2.1-javadoc.jar | 146 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.icodegarden/commons-redis/ -->
<dependency>
<groupId>io.github.icodegarden</groupId>
<artifactId>commons-redis</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.icodegarden/commons-redis/
implementation 'io.github.icodegarden:commons-redis:0.2.1'
// https://jarcasting.com/artifacts/io.github.icodegarden/commons-redis/
implementation ("io.github.icodegarden:commons-redis:0.2.1")
'io.github.icodegarden:commons-redis:jar:0.2.1'
<dependency org="io.github.icodegarden" name="commons-redis" rev="0.2.1">
<artifact name="commons-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.icodegarden', module='commons-redis', version='0.2.1')
)
libraryDependencies += "io.github.icodegarden" % "commons-redis" % "0.2.1"
[io.github.icodegarden/commons-redis "0.2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.icodegarden : commons-lang | jar | 0.2.1 |
| redis.clients : jedis | jar | 3.8.0 |
| org.springframework.data : spring-data-redis Необязательный | jar | 2.6.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.icodegarden : commons-test | jar | 0.2.1 |
| org.junit.jupiter : junit-jupiter | jar | |
| org.mockito : mockito-core | jar | 3.9.0 |
| org.assertj : assertj-core | jar | 3.19.0 |