| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаcom.asayama.gwt |
| Идентификатор | Идентификаторgwt-binding |
| Последняя версия | Последняя версия0.1.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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.
|
| Имя Файла | Размер |
|---|---|
| gwt-binding-0.1.4.pom | 9 KB |
| Обзор |
<!-- 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"]