I want to use the visualizationsforvaadin , and to use this i added the visualization and the gwt-visualization dependency :
<dependency>
<groupId>org.vaadin.addons</groupId>
<artifactId>visualizationsforvaadin</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>com.google.gwt.google-apis</groupId>
<artifactId>gwt-visualization</artifactId>
<version>1.1.2</version>
</dependency>
but i get the error : Missing artifact com.google.gwt.google-apis:gwt-visualization:jar:1.1.2
Any help please ?
I recall having the same problem. I just couldn’t find the artifact from the repositories, so I downloaded it manually and added it to my local repository. Try this: