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