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