MVN

com.asayama.gwt : gwt-binding

Maven & Gradle

Jan 20, 2016

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.

<dependency>
    <groupId>com.asayama.gwt</groupId>
    <artifactId>gwt-binding</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.asayama.gwt : gwt-binding to add to Maven - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of com.asayama.gwt : gwt-binding to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
gwt-binding-0.1.4
gwt-binding-0.1.3
gwt-binding-0.1.2
gwt-binding-0.1.1
gwt-binding-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.asayama.gwt</groupId>
    <artifactId>gwt-binding</artifactId>
    <version>0.1.4</version>
</dependency>