| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаcom.google.code.gwtx |
| Идентификатор | Идентификаторgwtx |
| Версия | Версия20070605 |
| Тип | Типjar |
| Описание |
Описаниеgwtx
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
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gwtx-20070605.pom | |
| gwtx-20070605.jar | 120 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.google.code.gwtx/gwtx/ -->
<dependency>
<groupId>com.google.code.gwtx</groupId>
<artifactId>gwtx</artifactId>
<version>20070605</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.gwtx/gwtx/
implementation 'com.google.code.gwtx:gwtx:20070605'
// https://jarcasting.com/artifacts/com.google.code.gwtx/gwtx/
implementation ("com.google.code.gwtx:gwtx:20070605")
'com.google.code.gwtx:gwtx:jar:20070605'
<dependency org="com.google.code.gwtx" name="gwtx" rev="20070605">
<artifact name="gwtx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.gwtx', module='gwtx', version='20070605')
)
libraryDependencies += "com.google.code.gwtx" % "gwtx" % "20070605"
[com.google.code.gwtx/gwtx "20070605"]