Download vaadin-shared-7.1.12.jar file - Jar v

Jar examples for v:vaadin-shared

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

License

Apache License Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

vaadin-shared-7.1.12-javadoc.jar
vaadin-shared-7.1.12-sources.jar
vaadin-shared-7.1.12.jar
vaadin-shared-7.1.12.pom



Related Tutorials