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