is not current version
Last Version 1.1.0

com.github.taymindis:scheduler 1.0.0

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

GroupId

GroupId

com.github.taymindis
ArtifactId

ArtifactId

scheduler
Version

Version

1.0.0
Type

Type

jar

Download scheduler 1.0.0


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