Vaadin 8 releases

On this page you can find zip and jar packages for Vaadin 8 releases.

Vaadin

Read release notes

license.html
HTML archive, 15.3 kB
vaadin-all-8.14.0.beta1-javadoc.jar
JAR archive, 12.1 MB
vaadin-all-8.14.0.beta1.zip
ZIP archive, 77.6 MB
vaadin-client-8.14.0.beta1.jar
JAR archive, 3 MB
vaadin-client-compiled-8.14.0.beta1.jar
JAR archive, 844.7 kB
vaadin-client-compiler-8.14.0.beta1.jar
JAR archive, 133.2 kB
vaadin-compatibility-client-8.14.0.beta1.jar
JAR archive, 1.6 MB
vaadin-compatibility-client-compiled-8.14.0.beta1.jar
JAR archive, 1.1 MB
vaadin-compatibility-server-8.14.0.beta1.jar
JAR archive, 793.6 kB
vaadin-compatibility-server-gae-8.14.0.beta1.jar
JAR archive, 8.9 kB
vaadin-compatibility-shared-8.14.0.beta1.jar
JAR archive, 119.9 kB
vaadin-compatibility-themes-8.14.0.beta1.jar
JAR archive, 1.4 MB
vaadin-liferay-integration-8.14.0.beta1.jar
JAR archive, 13.7 kB
vaadin-osgi-integration-8.14.0.beta1.jar
JAR archive, 8 kB
vaadin-push-8.14.0.beta1.jar
JAR archive, 80.1 kB
vaadin-server-8.14.0.beta1.jar
JAR archive, 2.7 MB
vaadin-shared-8.14.0.beta1.jar
JAR archive, 532.5 kB
vaadin-themes-8.14.0.beta1.jar
JAR archive, 6.4 MB
Using archetypes with pre-releases

You can generate a test project using the standard Vaadin archetypes. However, you need to make sure you have the pre-releases repositories properly configured for the generated project.

To generate a project using 8.14.0.beta1 use :

After running the above command, the generated project pom.xml includes pre-release Maven repository and plugin repository configurations. They can be activated using build profile:

See 'Using pre-releases with Maven' section for details.

See instructions
Using pre-releases with Maven

Vaadin pre-releases are located in separate Maven repository. You need to add the following repository specification into either in in settings.xml or in pom.xml

See instructions
Using pre-releases with Ivy

Vaadin pre-releases are located in separate Maven repository. You need to update repository specification into either in ivysettings.xml or in ivy.xml. After this the pre-release version numbers work the normal way in your project.

See instructions