License |
License |
---|---|
GroupId | GroupIdorg.icefaces |
ArtifactId | ArtifactIdicepush |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionICEpush
ICEpush library - provides Ajax Push capabilities.
|
Project URL |
Project URL |
Filename | Size |
---|---|
icepush-3.0.1.pom | |
icepush-3.0.1.jar | 322 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.icefaces/icepush/ -->
<dependency>
<groupId>org.icefaces</groupId>
<artifactId>icepush</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.icefaces/icepush/
implementation 'org.icefaces:icepush:3.0.1'
// https://jarcasting.com/artifacts/org.icefaces/icepush/
implementation ("org.icefaces:icepush:3.0.1")
'org.icefaces:icepush:jar:3.0.1'
<dependency org="org.icefaces" name="icepush" rev="3.0.1">
<artifact name="icepush" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.icefaces', module='icepush', version='3.0.1')
)
libraryDependencies += "org.icefaces" % "icepush" % "3.0.1"
[org.icefaces/icepush "3.0.1"]