MVN

com.adsoul : redjob

Maven & Gradle

Dec 13, 2021

RedJob · Spring based implementation of a Redis-backed job queue.

<dependency>
    <groupId>com.adsoul</groupId>
    <artifactId>redjob</artifactId>
    <version>0.13.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adsoul : redjob to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.8

All Versions

Choose a version of com.adsoul : redjob to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13.x
redjob-0.13.8
redjob-0.13.6
0.12.x
redjob-0.12.1
redjob-0.12.0
0.11.x
redjob-0.11.9
redjob-0.11.8
redjob-0.11.7
redjob-0.11.6
redjob-0.11.5
redjob-0.11.4
redjob-0.11.3
redjob-0.11.2
redjob-0.11.1
redjob-0.11.0
0.10.x
redjob-0.10.3
redjob-0.10.2
redjob-0.10.1
redjob-0.10.0
0.9.x
redjob-0.9.3
redjob-0.9.2
redjob-0.9.1
redjob-0.9.0
0.8.x
redjob-0.8.5
redjob-0.8.4
redjob-0.8.3
redjob-0.8.2
redjob-0.8.1

How to add a dependency to Maven

Add the following com.adsoul : redjob maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adsoul</groupId>
    <artifactId>redjob</artifactId>
    <version>0.13.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adsoul : redjob gradle dependency to your build.gradle file:

implementation 'com.adsoul:redjob:0.13.8'

Gradle Kotlin DSL: Add the following com.adsoul : redjob gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adsoul:redjob:0.13.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adsoul : redjob sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adsoul" % "redjob" % "0.13.8"