redis-scheduler

fork : Java implementation of a lightweight distributed task scheduler backed by Redis

License

License

MIT
Categories

Categories

Redis Data Databases
GroupId

GroupId

io.github.christianmelon
ArtifactId

ArtifactId

redis-scheduler
Last Version

Last Version

3.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

redis-scheduler
fork : Java implementation of a lightweight distributed task scheduler backed by Redis
Project URL

Project URL

https://github.com/christianmelon/redis-scheduler

Download redis-scheduler

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
javax.annotation : javax.annotation-api jar 1.3.1

provided (6)

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

test (5)

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

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.1
0.0.1