не последняя версия
Последняя версия 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.

Группа

Группа

cc.renken
Идентификатор

Идентификатор

jobs
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать 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"]