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