A java implementation for:
- Directed graph
- Undirected graph
- Labeled graph
- Muligraph
Artifact uploaded to Maven Central, add this code to your pom.xml
:
<dependency>
<groupId>io.github.alessandropaparella</groupId>
<artifactId>graph</artifactId>
<version>...</version>
</dependency>