j

jobs

A library that makes it very easy to handle and manage threads throughout a whole java application.
https://gitlab.com/funsheep/jobs
Mozilla Public License Version 2.0
Hendrik Renken
Files download
File Operation
jobs-1.1.0.jar download
jobs-1.1.0.pom download
jobs-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>cc.renken</groupId>
  <artifactId>jobs</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'cc.renken:jobs:1.1.0'
Gradle Kotlin
implementation("cc.renken:jobs:1.1.0")
Scala SBT
libraryDependencies += "cc.renken" % "jobs" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='cc.renken', module='jobs', version='1.1.0')
)
Apache Ivy
<dependency org="cc.renken" name="jobs" rev="1.1.0" />
Leiningen
[cc.renken/jobs "1.1.0"]
Apache Buildr
'cc.renken:jobs:jar:1.1.0'