How to find out about Vaadin-Version programmatically?

Hi,

I would like to display the installed Vaadin-version in my Application. Is there a way to find out about it programmatically?

kind Regards
Tobias

See the VERSION* constants in AbstractApplicationServlet.

Thank you!