| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных |
| Группа | Группаorg.elypia.webhooker |
| Идентификатор | Идентификаторredis |
| Последняя версия | Последняя версия2.1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеwebhooker
Webserver with single endpoint for managing webhooks and receiving payloads from clients.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| redis-2.1.2.pom | |
| redis-2.1.2.jar | 2 KB |
| redis-2.1.2-sources.jar | 1 KB |
| redis-2.1.2-javadoc.jar | 390 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.elypia.webhooker/redis/ -->
<dependency>
<groupId>org.elypia.webhooker</groupId>
<artifactId>redis</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.elypia.webhooker/redis/
implementation 'org.elypia.webhooker:redis:2.1.2'
// https://jarcasting.com/artifacts/org.elypia.webhooker/redis/
implementation ("org.elypia.webhooker:redis:2.1.2")
'org.elypia.webhooker:redis:jar:2.1.2'
<dependency org="org.elypia.webhooker" name="redis" rev="2.1.2">
<artifact name="redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elypia.webhooker', module='redis', version='2.1.2')
)
libraryDependencies += "org.elypia.webhooker" % "redis" % "2.1.2"
[org.elypia.webhooker/redis "2.1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.elypia.webhooker : core | jar | 2.1.2 |
| redis.clients : jedis | jar | 3.2.0 |