Split Layout in vaadin 8

Is it possible to use the Vaadin-Addon Split Layout in vaadin 8.
How can i install via maven in vaadin 8.

The following code produce an error:

<repositories>
		<repository>
			<id>vaadin-addons</id>
			<url>http://maven.vaadin.com/vaadin-addons</url>
		</repository>
		...
		<dependency>
			<groupId>com.vaadin</groupId>
			<artifactId>vaadin-split-layout-flow</artifactId>
			<version>4.0.1</version>
		</dependency>

I get the error:

Failure to find com.vaadin:vaadin-split-layout-flow:jar:4.0.1 in http://maven.vaadin.com/vaadin-addons

Hi,

that component is a polymer element for Vaadin 10. The dependency you see is one for bower not maven.

Best,
Ronny Edler