is not current version
Last Version 1.1.0

cc.renken:jobs 1.0.0

A library that makes it very easy to handle and manage threads throughout a whole java application.

GroupId

GroupId

cc.renken
ArtifactId

ArtifactId

jobs
Version

Version

1.0.0
Type

Type

jar

Download jobs 1.0.0


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