is not current version
Last Version 1.0.2

io.github.zlgspace:timer_princekin 1.0.1

The timing and timing task execution manager used by Android or JAVA allows you to directly add the corresponding task and execute it after a specified time or interval. You do not need to pay attention to other tasks and can manage multiple tasks at a time

GroupId

GroupId

io.github.zlgspace
ArtifactId

ArtifactId

timer_princekin
Version

Version

1.0.1
Type

Type

jar

Download timer_princekin 1.0.1


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