Skip to content
Kristian Karl edited this page Feb 22, 2020 · 9 revisions

Include Graphwalker in your maven project

In your Maven project, add this to your pom.xml file:

<dependency>
   <groupId>org.graphwalker</groupId>
   <artifactId>graphwalker-core</artifactId>
   <version>4.2.0</version>
</dependency>

Here's a list of examples:

Clone this wiki locally