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