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