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 kB
vaadin-all-7.7.43-javadoc.jar
JAR archive, 13.1 MB
vaadin-all-7.7.43.zip
ZIP archive, 101.6 MB
vaadin-client-7.7.43.jar
JAR archive, 3.2 MB
vaadin-client-compiled-7.7.43.jar
JAR archive, 882.7 kB
vaadin-client-compiler-7.7.43.jar
JAR archive, 124 kB
vaadin-portlet-7.7.43.jar
JAR archive, 64.4 kB
vaadin-push-7.7.43.jar
JAR archive, 77.3 kB
vaadin-server-7.7.43.jar
JAR archive, 2.6 MB
vaadin-server-mpr-jakarta-7.7.43.jar
JAR archive, 2.6 MB
vaadin-shared-7.7.43.jar
JAR archive, 358.7 kB
vaadin-themes-7.7.43.jar
JAR archive, 7.2 MB
vaadin-widgets-7.7.43.jar
JAR archive, 7 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