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