| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases |
| GroupId | GroupIdio.github.christianmelon |
| ArtifactId | ArtifactIdredis-scheduler |
| Last Version | Last Version3.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionredis-scheduler
fork : Java implementation of a lightweight distributed task scheduler backed by Redis
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| redis-scheduler-3.0.1.pom | |
| redis-scheduler-3.0.1.jar | 22 KB |
| redis-scheduler-3.0.1-sources.jar | 9 KB |
| redis-scheduler-3.0.1-javadoc.jar | 458 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.christianmelon/redis-scheduler/ -->
<dependency>
<groupId>io.github.christianmelon</groupId>
<artifactId>redis-scheduler</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.christianmelon/redis-scheduler/
implementation 'io.github.christianmelon:redis-scheduler:3.0.1'
// https://jarcasting.com/artifacts/io.github.christianmelon/redis-scheduler/
implementation ("io.github.christianmelon:redis-scheduler:3.0.1")
'io.github.christianmelon:redis-scheduler:jar:3.0.1'
<dependency org="io.github.christianmelon" name="redis-scheduler" rev="3.0.1">
<artifact name="redis-scheduler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.christianmelon', module='redis-scheduler', version='3.0.1')
)
libraryDependencies += "io.github.christianmelon" % "redis-scheduler" % "3.0.1"
[io.github.christianmelon/redis-scheduler "3.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.annotation : javax.annotation-api | jar | 1.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.lettuce : lettuce-core | jar | 5.0.3.RELEASE |
| redis.clients : jedis | jar | 2.9.0 |
| org.springframework.data : spring-data-redis | jar | 1.8.11.RELEASE |
| org.apache.commons : commons-pool2 | jar | 2.2 |
| org.springframework : spring-core | jar | 4.3.15.RELEASE |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 4.3.15.RELEASE |
| com.github.kstyrc : embedded-redis | jar | 0.6 |
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-all | jar | 1.9.5 |