is not current version
Last Version 0.2.0

io.github.nortthon:safe-scheduling 0.1.0

it's a simple way to use the native Spring Framework Scheduling into your spring-boot application keeping the tasks locked during the executions process avoiding multiples executions.

GroupId

GroupId

io.github.nortthon
ArtifactId

ArtifactId

safe-scheduling
Version

Version

0.1.0
Type

Type

pom

Download safe-scheduling 0.1.0


<!-- https://jarcasting.com/artifacts/io.github.nortthon/safe-scheduling/ -->
<dependency>
    <groupId>io.github.nortthon</groupId>
    <artifactId>safe-scheduling</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.nortthon/safe-scheduling/
implementation 'io.github.nortthon:safe-scheduling:0.1.0'
// https://jarcasting.com/artifacts/io.github.nortthon/safe-scheduling/
implementation ("io.github.nortthon:safe-scheduling:0.1.0")
'io.github.nortthon:safe-scheduling:pom:0.1.0'
<dependency org="io.github.nortthon" name="safe-scheduling" rev="0.1.0">
  <artifact name="safe-scheduling" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.nortthon', module='safe-scheduling', version='0.1.0')
)
libraryDependencies += "io.github.nortthon" % "safe-scheduling" % "0.1.0"
[io.github.nortthon/safe-scheduling "0.1.0"]