is not current version
Last Version 0.20.0

snap-scheduler-core 0.16.0

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
Version

Version

0.16.0
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 0.16.0


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