Scheduler

The Scheduler extension based on java 8 scheduler, to specified sec, min, hour, day, month, year, and interval

License

License

GroupId

GroupId

com.github.taymindis
ArtifactId

ArtifactId

scheduler
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Scheduler
The Scheduler extension based on java 8 scheduler, to specified sec, min, hour, day, month, year, and interval
Project URL

Project URL

https://github.com/Taymindis/scheduler
Source Code Management

Source Code Management

https://github.com/Taymindis/scheduler.git

Download scheduler

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0