MVN

io.github.zlgspace : timer_princekin

Maven & Gradle

Aug 24, 2021
5 stars

timer_princekin · 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

<dependency>
    <groupId>io.github.zlgspace</groupId>
    <artifactId>timer_princekin</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zlgspace : timer_princekin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of io.github.zlgspace : timer_princekin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
timer_princekin-1.0.2
timer_princekin-1.0.1
timer_princekin-1.0.0

How to add a dependency to Maven

Add the following io.github.zlgspace : timer_princekin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.zlgspace</groupId>
    <artifactId>timer_princekin</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.zlgspace : timer_princekin gradle dependency to your build.gradle file:

implementation 'io.github.zlgspace:timer_princekin:1.0.2'

Gradle Kotlin DSL: Add the following io.github.zlgspace : timer_princekin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.zlgspace:timer_princekin:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.zlgspace : timer_princekin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.zlgspace" % "timer_princekin" % "1.0.2"

Advertisement