Skip to content
svandecappelle edited this page Mar 15, 2013 · 6 revisions

Sources installation / Build path

To install into an existing GWT project,

Using maven

This one doesn't works for the moment. The version will be pushed to a Maven Official repository very shortly

<dependency> <groupId>fr.vekia.tools</groupId> <artifactId>VkLibs-Graph</artifactId> <version>1.2.0</version> </dependency> to your pom.xml if you're using Maven build.

  • Add `
` to your .gwt.xml file.

If you're not using Maven

  • Add VkLibs-Graph-1.2.0.jar to your classpath

  • Add `

` to your .gwt.xml file.
Clone this wiki locally