cc.renken:jobs

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

License

License

GroupId

GroupId

cc.renken
ArtifactId

ArtifactId

jobs
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

cc.renken:jobs
A library that makes it very easy to handle and manage threads throughout a whole java application.
Project URL

Project URL

https://gitlab.com/funsheep/jobs
Source Code Management

Source Code Management

https://gitlab.com/funsheep/jobs/tree/develop

Download jobs

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.26

test (1)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-slf4j-impl jar 2.11.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0