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