snap-scheduler-core

Snap Scheduler it is a project to solve some common needs in a spring boot microservices application (run in one or many instances) and needs to run tasks in background with a specific time or recurrence.

License

License

GroupId

GroupId

io.opensw.scheduler
ArtifactId

ArtifactId

snap-scheduler-core
Last Version

Last Version

0.20.0
Release Date

Release Date

Type

Type

jar
Description

Description

snap-scheduler-core
Snap Scheduler it is a project to solve some common needs in a spring boot microservices application (run in one or many instances) and needs to run tasks in background with a specific time or recurrence.
Project URL

Project URL

https://github.com/luismpcosta/snap-scheduler
Source Code Management

Source Code Management

https://github.com/luismpcosta/snap-scheduler/

Download snap-scheduler-core

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-aop jar
com.fasterxml.jackson.core : jackson-databind jar
org.apache.commons : commons-lang3 jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
org.apache.maven.plugins : maven-checkstyle-plugin maven-plugin 3.0.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar

test (4)

Group / Artifact Type Version
com.h2database : h2 jar
org.junit.jupiter : junit-jupiter-engine jar
org.junit.platform : junit-platform-runner jar
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.

Versions

Version
0.20.0
0.19.0
0.18.0
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0