GroupId | GroupIdorg.icefaces |
---|---|
ArtifactId | ArtifactIdpush-server |
Last Version | Last Version1.8.2 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionICEfaces Core
ICEfaces is an Ajax extension for JavaServer Faces.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
push-server-1.8.2.pom | |
push-server-1.8.2.war | 1 MB |
Browse |
<!-- 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"]