Download vaadin-push-7.6.6.jar file - Jar v

Jar examples for v:vaadin-push

Description

Vaadin is a web application framework for Rich Internet Applications (RIA). Vaadin enables easy development and maintenance of fast and secure rich web applications with a stunning look and feel and a wide browser support. It features a server-side architecture with the majority of the logic running on the server. Ajax technology is used at the browser-side to ensure a rich and interactive user experience.

You can download jar file vaadin-push 7.6.6 in this page.

License

Apache License Version 2.0

Build File

You can use the following script to add vaadin-push-7.6.6.jar to your project.

<dependency>
   <groupId>com.vaadin</groupId>
   <artifactId>vaadin-push</artifactId>
   <version>7.6.6</version>
</dependency>
compile group: 'com.vaadin', name: 'vaadin-push', version: '7.6.6'
libraryDependencies += "com.vaadin" % "vaadin-push" % "7.6.6"
<dependency org="com.vaadin" name="vaadin-push" rev="7.6.6"/>
@Grapes(@Grab(group='com.vaadin', module='vaadin-push', version='7.6.6'))
'com.vaadin:vaadin-push:jar:7.6.6'

Download

Click the following link to download the jar file.

vaadin-push-7.6.6.jar
vaadin-push-7.6.6.pom



Related Tutorials