Last Version

safe-scheduling-core 0.2.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.

License

License

GroupId

GroupId

io.github.nortthon
ArtifactId

ArtifactId

safe-scheduling-core
Version

Version

0.2.0
Type

Type

jar
Description

Description

safe-scheduling-core
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.

Download safe-scheduling-core 0.2.0


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

Dependencies

provided (2)

Group / Artifact Type Version
org.springframework : spring-context jar 5.1.4.RELEASE
org.projectlombok : lombok jar 1.18.4

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.3.RELEASE

Project Modules

There are no modules declared in this project.