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