Download vaadin-shared-deps-1.0.2.jar file - Jar v

Jar examples for v:vaadin-shared-deps

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

License

Apache License Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

vaadin-shared-deps-1.0.2-javadoc.jar
vaadin-shared-deps-1.0.2-sources.jar
vaadin-shared-deps-1.0.2.jar
vaadin-shared-deps-1.0.2.pom



Related Tutorials