gwt-binding

The purpose of gwt-binding project is to provide a convenient binding between JavaScript/CSS API and GWT. Rather than "wrapping" everything into GWT, we simply inject the original resource files as GWT resource files into the application, so that they are available from both HTML as well as JSNI in GWT.

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.asayama.gwt
ArtifactId

ArtifactId

gwt-binding
Last Version

Last Version

0.1.4
Release Date

Release Date

Type

Type

pom
Description

Description

gwt-binding
The purpose of gwt-binding project is to provide a convenient binding between JavaScript/CSS API and GWT. Rather than "wrapping" everything into GWT, we simply inject the original resource files as GWT resource files into the application, so that they are available from both HTML as well as JSNI in GWT.

Download gwt-binding

Filename Size
gwt-binding-0.1.4.pom 9 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.asayama.gwt/gwt-binding/ -->
<dependency>
    <groupId>com.asayama.gwt</groupId>
    <artifactId>gwt-binding</artifactId>
    <version>0.1.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.asayama.gwt/gwt-binding/
implementation 'com.asayama.gwt:gwt-binding:0.1.4'
// https://jarcasting.com/artifacts/com.asayama.gwt/gwt-binding/
implementation ("com.asayama.gwt:gwt-binding:0.1.4")
'com.asayama.gwt:gwt-binding:pom:0.1.4'
<dependency org="com.asayama.gwt" name="gwt-binding" rev="0.1.4">
  <artifact name="gwt-binding" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.asayama.gwt', module='gwt-binding', version='0.1.4')
)
libraryDependencies += "com.asayama.gwt" % "gwt-binding" % "0.1.4"
[com.asayama.gwt/gwt-binding "0.1.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • gwt-bootstrap
  • gwt-font-awesome
  • gwt-jquery
  • gwt-util

Versions

Version
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0