| Категории |
КатегорииJGroups Библиотеки уровня приложения Distributed Applications |
|---|---|
| Группа | Группаorg.atmosphere |
| Идентификатор | Идентификаторatmosphere-jgroups-demo |
| Версия | Версия2.4.8 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| atmosphere-jgroups-demo-2.4.8.pom | |
| atmosphere-jgroups-demo-2.4.8.war | 4 MB |
| atmosphere-jgroups-demo-2.4.8-javadoc.jar | 337 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-jgroups-demo/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-jgroups-demo</artifactId>
<version>2.4.8</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-jgroups-demo/
implementation 'org.atmosphere:atmosphere-jgroups-demo:2.4.8'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-jgroups-demo/
implementation ("org.atmosphere:atmosphere-jgroups-demo:2.4.8")
'org.atmosphere:atmosphere-jgroups-demo:war:2.4.8'
<dependency org="org.atmosphere" name="atmosphere-jgroups-demo" rev="2.4.8">
<artifact name="atmosphere-jgroups-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-jgroups-demo', version='2.4.8')
)
libraryDependencies += "org.atmosphere" % "atmosphere-jgroups-demo" % "2.4.8"
[org.atmosphere/atmosphere-jgroups-demo "2.4.8"]