License |
License |
---|---|
GroupId | GroupIdio.github.nortthon |
ArtifactId | ArtifactIdsafe-scheduling |
Version | Version0.2.0 |
Type | Typepom |
Description |
DescriptionSafe 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
safe-scheduling-0.2.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.nortthon/safe-scheduling/ -->
<dependency>
<groupId>io.github.nortthon</groupId>
<artifactId>safe-scheduling</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.nortthon/safe-scheduling/
implementation 'io.github.nortthon:safe-scheduling:0.2.0'
// https://jarcasting.com/artifacts/io.github.nortthon/safe-scheduling/
implementation ("io.github.nortthon:safe-scheduling:0.2.0")
'io.github.nortthon:safe-scheduling:pom:0.2.0'
<dependency org="io.github.nortthon" name="safe-scheduling" rev="0.2.0">
<artifact name="safe-scheduling" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.nortthon', module='safe-scheduling', version='0.2.0')
)
libraryDependencies += "io.github.nortthon" % "safe-scheduling" % "0.2.0"
[io.github.nortthon/safe-scheduling "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 5.1.4.RELEASE |
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |