is not current version
Last Version 9.0.1

tv.hd3g:jobkit 0.0.1

Execute as SpringBoot module onetime and scheduled Java jobs with dynamic queues and events

GroupId

GroupId

tv.hd3g
ArtifactId

ArtifactId

jobkit
Version

Version

0.0.1
Type

Type

jar

Download jobkit 0.0.1


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