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