Download vaadin-6.7.0.jar file - Jar v

Jar examples for v:vaadin

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 6.7.0 in this page.

License

Apache License Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

vaadin-6.7.0-javadoc.jar
vaadin-6.7.0-sources.jar
vaadin-6.7.0.jar
vaadin-6.7.0.pom



Related Tutorials