Download vaadin-themes-7.7.7.jar file - Jar v

Jar examples for v:vaadin-themes

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

License

Apache License Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

vaadin-themes-7.7.7.jar
vaadin-themes-7.7.7.pom



Related Tutorials