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