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