com.vaadin.ui.Table not found

I want to use Table class but seems that com.vaadin.ui.Table cannot be resolved…which seems to be very strange. I have Vaadin 8.0.5 version.

What could be the issue?

Thanks!

From Vaadin 8 Table component has been moved into
vaadin-compatibility-server
artifact and also the package has changed from
com.vaadin.ui
to
com.vaadin.v7.ui

HTH
Marco

Hello,

Thanks, now it is clear for me.