License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdpush |
Last Version | Last Version1.4.12.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicketstuff Push
An integration project for server side pushing in Wicket. Due to the cometd library depending on Java 6 the cometd implementation is in the push-cometd artifact instead. We include the timer and dojo implementations.
|
Filename | Size |
---|---|
push-1.4.12.1.pom | |
push-1.4.12.1.jar | 274 KB |
push-1.4.12.1-sources.jar | 269 KB |
push-1.4.12.1-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/push/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>push</artifactId>
<version>1.4.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/push/
implementation 'org.wicketstuff:push:1.4.12.1'
// https://jarcasting.com/artifacts/org.wicketstuff/push/
implementation ("org.wicketstuff:push:1.4.12.1")
'org.wicketstuff:push:jar:1.4.12.1'
<dependency org="org.wicketstuff" name="push" rev="1.4.12.1">
<artifact name="push" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='push', version='1.4.12.1')
)
libraryDependencies += "org.wicketstuff" % "push" % "1.4.12.1"
[org.wicketstuff/push "1.4.12.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket | jar | 1.4.12 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |