| Группа | Группаorg.atmosphere.samples |
|---|---|
| Идентификатор | Идентификаторatmosphere-chat |
| Версия | Версия1.0.0.beta2a |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| atmosphere-chat-1.0.0.beta2a.pom | |
| atmosphere-chat-1.0.0.beta2a.war | 475 KB |
| atmosphere-chat-1.0.0.beta2a-sources.jar | 2 KB |
| atmosphere-chat-1.0.0.beta2a-javadoc.jar | 21 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-chat/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-chat</artifactId>
<version>1.0.0.beta2a</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-chat/
implementation 'org.atmosphere.samples:atmosphere-chat:1.0.0.beta2a'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-chat/
implementation ("org.atmosphere.samples:atmosphere-chat:1.0.0.beta2a")
'org.atmosphere.samples:atmosphere-chat:war:1.0.0.beta2a'
<dependency org="org.atmosphere.samples" name="atmosphere-chat" rev="1.0.0.beta2a">
<artifact name="atmosphere-chat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-chat', version='1.0.0.beta2a')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-chat" % "1.0.0.beta2a"
[org.atmosphere.samples/atmosphere-chat "1.0.0.beta2a"]