MVN

io.github.nortthon : safe-scheduling

Maven & Gradle

Jul 03, 2019
1 stars

Safe Scheduling · 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.

<dependency>
    <groupId>io.github.nortthon</groupId>
    <artifactId>safe-scheduling</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.nortthon : safe-scheduling to add to Maven - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of io.github.nortthon : safe-scheduling to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
safe-scheduling-0.2.0
0.1.x
safe-scheduling-0.1.1
safe-scheduling-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.nortthon</groupId>
    <artifactId>safe-scheduling</artifactId>
    <version>0.2.0</version>
</dependency>

Advertisement