The GraphStream library. With GraphStream you deal with graphs. Static and Dynamic. You create them from scratch, from a file or any source. You display and render them.
'org.graphstream:gs-ui:1.2'
<dependency>
<groupId>org.graphstream</groupId>
<artifactId>gs-ui</artifactId>
<version>1.2</version>
</dependency>
<dependency org="org.graphstream" name="gs-ui" rev="1.2"/>
"org.graphstream", "gs-ui", "1.2"