MVN

org.jresearch.gwtproject.timer : gwt-timer

Maven & Gradle

Nov 01, 2018
4 usages
10 stars

GWT Timer · Fork of the Github project vegegoku/gwt-timer: A simplified, browser-safe timer class. This class serves the same purpose as java.util.Timer, but is simplified because of the single-threaded environment. To schedule a timer, simply create a subclass of it (overriding run) and call schedule or scheduleRepeating.

<dependency>
    <groupId>org.jresearch.gwtproject.timer</groupId>
    <artifactId>gwt-timer</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jresearch.gwtproject.timer : gwt-timer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of org.jresearch.gwtproject.timer : gwt-timer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
gwt-timer-1.4.1
1.3
gwt-timer-1.3
1.2
gwt-timer-1.2

How to add a dependency to Maven

Add the following org.jresearch.gwtproject.timer : gwt-timer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jresearch.gwtproject.timer</groupId>
    <artifactId>gwt-timer</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jresearch.gwtproject.timer : gwt-timer gradle dependency to your build.gradle file:

implementation 'org.jresearch.gwtproject.timer:gwt-timer:1.4.1'

Gradle Kotlin DSL: Add the following org.jresearch.gwtproject.timer : gwt-timer gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jresearch.gwtproject.timer:gwt-timer:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jresearch.gwtproject.timer : gwt-timer sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jresearch.gwtproject.timer" % "gwt-timer" % "1.4.1"

Advertisement

Dependencies from Group

Nov 01, 2018
4 usages
10 stars

Discover Dependencies

Jun 14, 2023
3 usages
12 stars
May 12, 2021
4 usages
2 stars
Apr 23, 2023
2 usages
42 stars
May 27, 2022
1 usages
121 stars
Sep 30, 2021
3 usages
2 stars
Aug 24, 2023
3 usages
2 stars
Jun 05, 2023
1 usages
23 stars
Jun 05, 2023
1 usages
23 stars