gwt-interop-utils

Provides Java GWT Interop utilities

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

gwt-interop-utils
Provides Java GWT Interop utilities
Ссылка на сайт

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

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

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

https://github.com/GWTReact/gwt-interop-utils.git

Скачать gwt-interop-utils

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

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

Зависимости

runtime (1)

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

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

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

gwt-interop-utils

General purpose utilities for use with GWT JsInterop capabilities introduced in GWT 2.8

Documentation

Check out the Documentation for details.

Getting Started

You can download the latest release .jar from Maven Central using the following coordinates:

  • groupId    com.github.gwtreact
  • artifactId  gwt-interop-utils
  • version    1.0.0

Roadmap

  • Add support for shared date and timestamp values

Contributing

Once the project is stable we will be happy to except pull requests. If you find any problems please file issues.

Change log

Date Version Description
5/02/2018 1.0.0 Update to GWT 2.8.2 and rebase on top of com.google.jsinterop.base As a result, redundant methods have been removed.
4/29/2017 0.4.0 Update to GWT 2.8.1
3/04/2017 0.3.0 Clean up Eclipse compiler warnings
10/27/2016 0.2.0 Update to GWT 2.8
6/16/2016 0.1.0 initial preview release to Maven
com.github.gwtreact

GWT React

Provides GWT Interfaces for React related projects

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

Версия
1.0.0
0.4.0
0.3.0
0.2.0
0.1.0