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