q

quarkus-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
Multi licensed
Ronald Dehuysser
Files download
File Operation
quarkus-jobrunr-4.0.0-RC2.jar download
quarkus-jobrunr-4.0.0-RC2.pom download
quarkus-jobrunr-4.0.0-RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jobrunr</groupId>
  <artifactId>quarkus-jobrunr</artifactId>
  <version>4.0.0-RC2</version>
</dependency>
Gradle Groovy
implementation 'org.jobrunr:quarkus-jobrunr:4.0.0-RC2'
Gradle Kotlin
implementation("org.jobrunr:quarkus-jobrunr:4.0.0-RC2")
Scala SBT
libraryDependencies += "org.jobrunr" % "quarkus-jobrunr" % "4.0.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.jobrunr', module='quarkus-jobrunr', version='4.0.0-RC2')
)
Apache Ivy
<dependency org="org.jobrunr" name="quarkus-jobrunr" rev="4.0.0-RC2" />
Leiningen
[org.jobrunr/quarkus-jobrunr "4.0.0-RC2"]
Apache Buildr
'org.jobrunr:quarkus-jobrunr:jar:4.0.0-RC2'