is not current version
Last Version 0.1.4

com.asayama.gwt:gwt-binding 0.1.2

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.

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.asayama.gwt
ArtifactId

ArtifactId

gwt-binding
Version

Version

0.1.2
Type

Type

pom

Download gwt-binding 0.1.2

Filename Size
gwt-binding-0.1.2.pom 8 KB
Browse

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