<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-component-demo-helpers</artifactId>
<version>9.1.8</version>
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='flow-component-demo-helpers', version='9.1.8')
)
<parent> <groupId>com.vaadin</groupId> <artifactId>flow-project</artifactId> <version>9.1.8</version> </parent>
compile
|-- javax.servlet:javax.servlet-api:3.1.0
|-- org.eclipse.jetty:jetty-webapp:9.4.43.v20210629
|-- org.eclipse.jetty:jetty-continuation:9.4.43.v20210629
|-- org.eclipse.jetty:jetty-annotations:9.4.43.v20210629
|-- org.eclipse.jetty.websocket:websocket-server:9.4.43.v20210629
|-- com.vaadin:flow-html-components:9.1.8
|-- com.vaadin:flow-client:9.1.8
provided