is not current version
Last Version 5.1.4

org.jobrunr:jobrunr 0.9.13

An easy way to perform background processing on the JVM. Backed by persistent storage. Open and free for commercial use.

Categories

Categories

JobRunr Application Layer Libs Job Scheduling
GroupId

GroupId

org.jobrunr
ArtifactId

ArtifactId

jobrunr
Version

Version

0.9.13
Type

Type

jar

Download jobrunr 0.9.13


<!-- https://jarcasting.com/artifacts/org.jobrunr/jobrunr/ -->
<dependency>
    <groupId>org.jobrunr</groupId>
    <artifactId>jobrunr</artifactId>
    <version>0.9.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.jobrunr/jobrunr/
implementation 'org.jobrunr:jobrunr:0.9.13'
// https://jarcasting.com/artifacts/org.jobrunr/jobrunr/
implementation ("org.jobrunr:jobrunr:0.9.13")
'org.jobrunr:jobrunr:jar:0.9.13'
<dependency org="org.jobrunr" name="jobrunr" rev="0.9.13">
  <artifact name="jobrunr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jobrunr', module='jobrunr', version='0.9.13')
)
libraryDependencies += "org.jobrunr" % "jobrunr" % "0.9.13"
[org.jobrunr/jobrunr "0.9.13"]