Download vaadin-client-compiled-8.3.1.jar file - Jar v

Jar examples for v:vaadin-client-compiled

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-client-compiled 8.3.1 in this page.

License

Apache License Version 2.0

Build File

You can use the following script to add vaadin-client-compiled-8.3.1.jar to your project.

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

Download

Click the following link to download the jar file.

vaadin-client-compiled-8.3.1-javadoc.jar
vaadin-client-compiled-8.3.1-sources.jar
vaadin-client-compiled-8.3.1.jar
vaadin-client-compiled-8.3.1.pom



Related Tutorials