| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки Vaadin |
|---|---|
| Группа | Группаcom.vaadin.external.atmosphere.samples |
| Идентификатор | Идентификаторatmosphere-gwt-jsdemo |
| Версия | Версия1.0.14-vaadin1 |
| Тип | Типwar |
<!-- https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.samples/atmosphere-gwt-jsdemo/ -->
<dependency>
<groupId>com.vaadin.external.atmosphere.samples</groupId>
<artifactId>atmosphere-gwt-jsdemo</artifactId>
<version>1.0.14-vaadin1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.samples/atmosphere-gwt-jsdemo/
implementation 'com.vaadin.external.atmosphere.samples:atmosphere-gwt-jsdemo:1.0.14-vaadin1'
// https://jarcasting.com/artifacts/com.vaadin.external.atmosphere.samples/atmosphere-gwt-jsdemo/
implementation ("com.vaadin.external.atmosphere.samples:atmosphere-gwt-jsdemo:1.0.14-vaadin1")
'com.vaadin.external.atmosphere.samples:atmosphere-gwt-jsdemo:war:1.0.14-vaadin1'
<dependency org="com.vaadin.external.atmosphere.samples" name="atmosphere-gwt-jsdemo" rev="1.0.14-vaadin1">
<artifact name="atmosphere-gwt-jsdemo" type="war" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.external.atmosphere.samples', module='atmosphere-gwt-jsdemo', version='1.0.14-vaadin1')
)
libraryDependencies += "com.vaadin.external.atmosphere.samples" % "atmosphere-gwt-jsdemo" % "1.0.14-vaadin1"
[com.vaadin.external.atmosphere.samples/atmosphere-gwt-jsdemo "1.0.14-vaadin1"]