| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки React |
|---|---|
| Группа | Группаcom.github.gwtreact |
| Идентификатор | Идентификаторgwt-interop-utils |
| Версия | Версия0.3.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| gwt-interop-utils-0.3.0.pom | |
| gwt-interop-utils-0.3.0.jar | 60 KB |
| gwt-interop-utils-0.3.0-sources.jar | 47 KB |
| gwt-interop-utils-0.3.0-javadoc.jar | 153 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.gwtreact/gwt-interop-utils/ -->
<dependency>
<groupId>com.github.gwtreact</groupId>
<artifactId>gwt-interop-utils</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gwtreact/gwt-interop-utils/
implementation 'com.github.gwtreact:gwt-interop-utils:0.3.0'
// https://jarcasting.com/artifacts/com.github.gwtreact/gwt-interop-utils/
implementation ("com.github.gwtreact:gwt-interop-utils:0.3.0")
'com.github.gwtreact:gwt-interop-utils:jar:0.3.0'
<dependency org="com.github.gwtreact" name="gwt-interop-utils" rev="0.3.0">
<artifact name="gwt-interop-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gwtreact', module='gwt-interop-utils', version='0.3.0')
)
libraryDependencies += "com.github.gwtreact" % "gwt-interop-utils" % "0.3.0"
[com.github.gwtreact/gwt-interop-utils "0.3.0"]