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