g

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