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