Download wicket-atmosphere-0.4.jar file - Jar w

Jar examples for w:wicket-atmosphere

Description

Wicket-Atmosphere provides integration of the Atmosphere Framework in Wicket.

You can download jar file wicket-atmosphere 0.4 in this page.

License

Apache License

Build File

You can use the following script to add wicket-atmosphere-0.4.jar to your project.

<dependency>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket-atmosphere</artifactId>
   <version>0.4</version>
</dependency>
compile group: 'org.apache.wicket', name: 'wicket-atmosphere', version: '0.4'
libraryDependencies += "org.apache.wicket" % "wicket-atmosphere" % "0.4"
<dependency org="org.apache.wicket" name="wicket-atmosphere" rev="0.4"/>
@Grapes(@Grab(group='org.apache.wicket', module='wicket-atmosphere', version='0.4'))
'org.apache.wicket:wicket-atmosphere:jar:0.4'

Download

Click the following link to download the jar file.

wicket-atmosphere-0.4-javadoc.jar
wicket-atmosphere-0.4-sources.jar
wicket-atmosphere-0.4-test-sources.jar
wicket-atmosphere-0.4.jar
wicket-atmosphere-0.4.pom



Related Tutorials