GWT Utils

Utilities for use in developing GWT applications.

License

License

GNU Lesser General Public License (LGPL), Version 2.1
Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.threerings
ArtifactId

ArtifactId

gwt-utils
Last Version

Last Version

1.8
Release Date

Release Date

Type

Type

jar
Description

Description

GWT Utils
Utilities for use in developing GWT applications.
Project URL

Project URL

http://github.com/threerings/gwt-utils/
Source Code Management

Source Code Management

http://github.com/threerings/gwt-utils/

Download gwt-utils

How to add to project

<!-- https://jarcasting.com/artifacts/com.threerings/gwt-utils/ -->
<dependency>
    <groupId>com.threerings</groupId>
    <artifactId>gwt-utils</artifactId>
    <version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.threerings/gwt-utils/
implementation 'com.threerings:gwt-utils:1.8'
// https://jarcasting.com/artifacts/com.threerings/gwt-utils/
implementation ("com.threerings:gwt-utils:1.8")
'com.threerings:gwt-utils:jar:1.8'
<dependency org="com.threerings" name="gwt-utils" rev="1.8">
  <artifact name="gwt-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threerings', module='gwt-utils', version='1.8')
)
libraryDependencies += "com.threerings" % "gwt-utils" % "1.8"
[com.threerings/gwt-utils "1.8"]

Dependencies

compile (2)

Group / Artifact Type Version
com.samskivert : samskivert jar 1.9
com.google.guava : guava-gwt jar 18.0

provided (3)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.7.0
com.google.gwt : gwt-dev jar 2.7.0
org.apache.ant : ant jar 1.8.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

This library provides a variety of largely independent utility classes and routines for constructing GWT applications. Detailed information is best obtained by inspecting the Javadoc for the individual classes. A brief overview of the types of things available follows:

Browse the API documentation for additional useful classes.

Adding gwt-utils to your build

Integration into a Maven- or Ivy-based build is easy. Add a dependency on com.threerings:gwt-utils:1.2. gwt-utils is published to Maven Central, so you need not add it to your local Maven repository.

Then add the following to your .gwt.xml file:

  <inherits name="com.threerings.gwt.Utils"/>

You can also obtain the necessary jar files manually from the following locations:

Discussion

Feel free to pop over to the OOO Libs Google Group to ask questions and get (and give) answers.

Errata

The library is maintained by engineers at Three Rings (affectionately known as OOO) and is in use on a few sizable GWT applications like http://www.whirled.com/ and http://apps.facebook.com/everythinggame/.

com.threerings

Three Rings

Versions

Version
1.8
1.7.1
1.7
1.5
1.2
1.1
1.0