In order to read the dot format, the DotTopologySerializer currently uses a dependency to com.paypal.digraph:digraph-parser:1.0 and thus to antlr.
We are considering the removal of the digraph-parser dependency; possibly by implementing the parser our self (using antlr, or something else).
In order to read the dot format, the
DotTopologySerializercurrently uses a dependency tocom.paypal.digraph:digraph-parser:1.0and thus toantlr.We are considering the removal of the
digraph-parserdependency; possibly by implementing the parser our self (usingantlr, or something else).