blob: 4dc57fa4645392d2aa6538ddd880406887c13171 [file] [log] [blame]
/* C++-style comments allowed,
* see http://www.graphviz.org/content/dot-language
*/
digraph tika_relations {
apache -> tika;
apache -> poi;
apache -> commons;
tika -> poi[label="amongst others"];
}