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.27.7-javadoc.jar
JAR archive, 12.9 MB
vaadin-all-8.27.7.zip
ZIP archive, 100.8 MB
vaadin-client-8.27.7.jar
JAR archive, 2.9 MB
vaadin-client-compiled-8.27.7.jar
JAR archive, 850.6 kB
vaadin-client-compiler-8.27.7.jar
JAR archive, 106.6 kB
vaadin-compatibility-client-8.27.7.jar
JAR archive, 1.5 MB
vaadin-compatibility-client-compiled-8.27.7.jar
JAR archive, 1.1 MB
vaadin-compatibility-server-8.27.7.jar
JAR archive, 783.4 kB
vaadin-compatibility-server-gae-8.27.7.jar
JAR archive, 9 kB
vaadin-compatibility-server-mpr-jakarta-8.27.7.jar
JAR archive, 792.6 kB
vaadin-compatibility-shared-8.27.7.jar
JAR archive, 102.6 kB
vaadin-compatibility-themes-8.27.7.jar
JAR archive, 1.4 MB
vaadin-liferay-integration-8.27.7.jar
JAR archive, 13.6 kB
vaadin-osgi-integration-8.27.7.jar
JAR archive, 8 kB
vaadin-portlet-8.27.7.jar
JAR archive, 65.7 kB
vaadin-push-8.27.7.jar
JAR archive, 80 kB
vaadin-push-jakarta-8.27.7.jar
JAR archive, 105.8 kB
vaadin-server-8.27.7.jar
JAR archive, 2.5 MB
vaadin-server-mpr-jakarta-8.27.7.jar
JAR archive, 2.5 MB
vaadin-shared-8.27.7.jar
JAR archive, 389.7 kB
vaadin-themes-8.27.7.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