j

jobrunr

An easy way to perform background processing on the JVM. Backed by persistent storage. Open and free for commercial use.
https://github.com/jobrunr/jobrunr
GNU Lesser General Public License v3.0 or later Commercial License
Ronald Dehuysser
Files download
File Operation
jobrunr-5.1.7.jar download
jobrunr-5.1.7.pom download
jobrunr-5.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jobrunr</groupId>
  <artifactId>jobrunr</artifactId>
  <version>5.1.7</version>
</dependency>
Gradle Groovy
implementation 'org.jobrunr:jobrunr:5.1.7'
Gradle Kotlin
implementation("org.jobrunr:jobrunr:5.1.7")
Scala SBT
libraryDependencies += "org.jobrunr" % "jobrunr" % "5.1.7"
Groovy Grape
@Grapes(
  @Grab(group='org.jobrunr', module='jobrunr', version='5.1.7')
)
Apache Ivy
<dependency org="org.jobrunr" name="jobrunr" rev="5.1.7" />
Leiningen
[org.jobrunr/jobrunr "5.1.7"]
Apache Buildr
'org.jobrunr:jobrunr:jar:5.1.7'