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