gwt-interop-utils

Provides Java GWT Interop utilities

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks React
GroupId

GroupId

com.github.gwtreact
ArtifactId

ArtifactId

gwt-interop-utils
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

gwt-interop-utils
Provides Java GWT Interop utilities
Project URL

Project URL

https://github.com/GWTReact/gwt-interop-utils
Source Code Management

Source Code Management

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

Download gwt-interop-utils

How to add to project

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

Dependencies

runtime (1)

Group / Artifact Type Version
com.google.gwt : gwt-servlet jar 2.8.2

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0
0.4.0
0.3.0
0.2.0
0.1.0