License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.moparisthebest.jbgjob |
ArtifactId | ArtifactIdredisscheduler |
Version | Version0.3.4 |
Type | Typejar |
Description |
DescriptionjBgJob (Java Background Job) lets you schedule Java jobs to be ran in the background. They can run in any
combination of other threads in the same JVM, other JVMs, or multiple other JVMs, even on different machines.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
redisscheduler-0.3.4.pom | |
redisscheduler-0.3.4.jar | 8 KB |
redisscheduler-0.3.4-sources.jar | 2 KB |
redisscheduler-0.3.4-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moparisthebest.jbgjob/redisscheduler/ -->
<dependency>
<groupId>com.moparisthebest.jbgjob</groupId>
<artifactId>redisscheduler</artifactId>
<version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.moparisthebest.jbgjob/redisscheduler/
implementation 'com.moparisthebest.jbgjob:redisscheduler:0.3.4'
// https://jarcasting.com/artifacts/com.moparisthebest.jbgjob/redisscheduler/
implementation ("com.moparisthebest.jbgjob:redisscheduler:0.3.4")
'com.moparisthebest.jbgjob:redisscheduler:jar:0.3.4'
<dependency org="com.moparisthebest.jbgjob" name="redisscheduler" rev="0.3.4">
<artifact name="redisscheduler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moparisthebest.jbgjob', module='redisscheduler', version='0.3.4')
)
libraryDependencies += "com.moparisthebest.jbgjob" % "redisscheduler" % "0.3.4"
[com.moparisthebest.jbgjob/redisscheduler "0.3.4"]
Group / Artifact | Type | Version |
---|---|---|
com.moparisthebest.jbgjob : core | jar | 0.3.4 |
redis.clients : jedis | jar | 2.5.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |