Skip to content
svandecappelle edited this page Mar 21, 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.1</version> </dependency>

to your pom.xml if you're using Maven build.

  • Add

<inherits name='fr.vekia.VkGraph.VkGraph' />

to your .gwt.xml file.

If you're not using Maven

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

  • Add <inherits name='fr.vekia.VkGraph.VkGraph' />

to your .gwt.xml file.