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