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