Pure Java library to render Graphviz DOT graphs to images using the Graphviz layout engine.
<dependency>
<groupId>guru.nidi</groupId>
<artifactId>graphviz-java</artifactId>
<version>0.18.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creating a simple DOT graph and rendering to PNG.
Install Graphviz (e.g., apt-get install graphviz) or use the bundled native binaries.
No dependency data recorded yet.