Added the dependency in pom.xml and built the project but it is not showing up in the jars.
<dependency>
<groupId>com.vaadin.componentfactory</groupId>
<artifactId>lookup-field-flow</artifactId>
<version>1.0.4</version>
</dependency>
Looks it is downloaded into the repository directory but for some unknown reason, it is not showing up. I tried to locate it by using complete path like
com.vaadin.componentfactory but no luck and it is the same issue for all vaadin componentfactory jars.
Please let me know what I’m missing.