License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.asayama.gwt |
ArtifactId | ArtifactIdgwt-binding |
Last Version | Last Version0.1.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiongwt-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.
|
Filename | Size |
---|---|
gwt-binding-0.1.4.pom | 9 KB |
Browse |
<!-- 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"]