GWT Utils

Utilities for use in developing GWT applications.

Лицензия

Лицензия

GNU Lesser General Public License (LGPL), Version 2.1
Категории

Категории

GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

com.threerings
Идентификатор

Идентификатор

gwt-utils
Последняя версия

Последняя версия

1.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

GWT Utils
Utilities for use in developing GWT applications.
Ссылка на сайт

Ссылка на сайт

http://github.com/threerings/gwt-utils/
Система контроля версий

Система контроля версий

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

Скачать gwt-utils

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.samskivert : samskivert jar 1.9
com.google.guava : guava-gwt jar 18.0

provided (3)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.8
1.7.1
1.7
1.5
1.2
1.1
1.0