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

com.google.code.gwtx:gwtx 1.5.2

The goal of GWTx is to provide drop in support for an extended set of the of the standard Java library classes on top of what is provided by the GWT distribution provided by Google

Категории

Категории

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

Группа

com.google.code.gwtx
Идентификатор

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

gwtx
Версия

Версия

1.5.2
Тип

Тип

jar

Скачать gwtx 1.5.2

Имя Файла Размер
gwtx-1.5.2.pom
gwtx-1.5.2.jar 152 KB
gwtx-1.5.2-sources.jar 153 KB
gwtx-1.5.2-javadoc.jar 38 KB
Обзор

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