License |
License |
---|---|
GroupId | GroupIdcom.adsoul |
ArtifactId | ArtifactIdredjob |
Version | Version0.13.6 |
Type | Typejar |
Description |
DescriptionRedJob
Spring based implementation of a Redis-backed job queue.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
redjob-0.13.6.pom | |
redjob-0.13.6.jar | 101 KB |
redjob-0.13.6-sources.jar | 65 KB |
redjob-0.13.6-javadoc.jar | 537 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adsoul/redjob/ -->
<dependency>
<groupId>com.adsoul</groupId>
<artifactId>redjob</artifactId>
<version>0.13.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.adsoul/redjob/
implementation 'com.adsoul:redjob:0.13.6'
// https://jarcasting.com/artifacts/com.adsoul/redjob/
implementation ("com.adsoul:redjob:0.13.6")
'com.adsoul:redjob:jar:0.13.6'
<dependency org="com.adsoul" name="redjob" rev="0.13.6">
<artifact name="redjob" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adsoul', module='redjob', version='0.13.6')
)
libraryDependencies += "com.adsoul" % "redjob" % "0.13.6"
[com.adsoul/redjob "0.13.6"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : javax.annotation-api | jar | 1.3.2 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.springframework : spring-core | jar | 5.3.7 |
org.springframework : spring-beans | jar | 5.3.7 |
org.springframework : spring-context | jar | 5.3.7 |
org.springframework.data : spring-data-redis | jar | 2.5.1 |
com.fasterxml.jackson.core : jackson-core | jar | 2.12.3 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.3 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.30 |
org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
org.assertj : assertj-core | jar | 3.19.0 |
org.mockito : mockito-core | jar | 3.10.0 |
org.mockito : mockito-junit-jupiter | jar | 3.10.0 |
org.springframework : spring-test | jar | 5.3.7 |
io.lettuce : lettuce-core | jar | 6.1.2.RELEASE |
org.testcontainers : testcontainers | jar | 1.15.3 |
org.testcontainers : junit-jupiter | jar | 1.15.3 |