License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdorg.elypia.webhooker |
ArtifactId | ArtifactIdredis |
Last Version | Last Version2.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwebhooker
Webserver with single endpoint for managing webhooks and receiving payloads from clients.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
org.elypia.webhooker : core | jar | 2.1.2 |
redis.clients : jedis | jar | 3.2.0 |