g

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.
https://github.com/gwtproject/gwt-timer
The Apache Software License, Version 2.0
The GWT Authors
Files download
File Operation
gwt-timer-1.4.1.jar download
gwt-timer-1.4.1.pom download
gwt-timer-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jresearch.gwtproject.timer</groupId>
  <artifactId>gwt-timer</artifactId>
  <version>1.4.1</version>
  <type>gwt-lib</type>
</dependency>
Gradle Groovy
implementation 'org.jresearch.gwtproject.timer:gwt-timer:1.4.1'
Gradle Kotlin
implementation("org.jresearch.gwtproject.timer:gwt-timer:1.4.1")
Scala SBT
libraryDependencies += "org.jresearch.gwtproject.timer" % "gwt-timer" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jresearch.gwtproject.timer', module='gwt-timer', version='1.4.1')
)
Apache Ivy
<dependency org="org.jresearch.gwtproject.timer" name="gwt-timer" rev="1.4.1" />
Leiningen
[org.jresearch.gwtproject.timer/gwt-timer "1.4.1"]
Apache Buildr
'org.jresearch.gwtproject.timer:gwt-timer:jar:1.4.1'