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