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