Hey, just had a problem with dependencies. You're referencing vaadin-server

Hey, just had a problem with dependencies. You’re referencing vaadin-server:8.0.0.beta2 which no longer exists at maven repositories.

Just fixed by implicitly declaring:

<dependency>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-server</artifactId>
    <version>8.0.0</version>
</dependency>

Hey, thanks for reporting this. I uploaded a new version (2.1.0) that uses Vaadin 8.7.0.