| Группа | Группаorg.icefaces |
|---|---|
| Идентификатор | Идентификаторpush-server |
| Версия | Версия1.8.2 |
| Тип | Типwar |
| Описание |
ОписаниеICEfaces Core
ICEfaces is an Ajax extension for JavaServer Faces.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| push-server-1.8.2.pom | |
| push-server-1.8.2.war | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.icefaces/push-server/ -->
<dependency>
<groupId>org.icefaces</groupId>
<artifactId>push-server</artifactId>
<version>1.8.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.icefaces/push-server/
implementation 'org.icefaces:push-server:1.8.2'
// https://jarcasting.com/artifacts/org.icefaces/push-server/
implementation ("org.icefaces:push-server:1.8.2")
'org.icefaces:push-server:war:1.8.2'
<dependency org="org.icefaces" name="push-server" rev="1.8.2">
<artifact name="push-server" type="war" />
</dependency>
@Grapes(
@Grab(group='org.icefaces', module='push-server', version='1.8.2')
)
libraryDependencies += "org.icefaces" % "push-server" % "1.8.2"
[org.icefaces/push-server "1.8.2"]