Sprint and Element Api

Hi:

I’m new to Vaadin and Polymer.

In Java EE, I followed the tutorials and everything works perfect, but in Sprint certain options change.

In Java EE, if I want to use a simple element I do the following:

@Tag(“paper-input”)
@HtmlImport(“bower_components/paper-input/paper-input.html”)
public class PaperInput extends Component implements HasSize

What is the procedure in Sprint, since I use Maven instead of Bower, and I do not know what the HtmlImport path is?

Regards,