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.3'
<dependency> <groupId>org.graphstream</groupId> <artifactId>gs-ui</artifactId> <version>1.3</version> </dependency>
<dependency org="org.graphstream" name="gs-ui" rev="1.3"/>
"org.graphstream", "gs-ui", "1.3"