Skip to content
Kristian Karl edited this page Mar 4, 2021 · 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.3.1</version>
</dependency>

Here's a list of examples:

Clone this wiki locally