File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ This project is available via Maven:
4747` graphviz-java ` contains all needed dependencies including one to ` J2V8 ` for the current platform (Linux, Mac OS X, Windows).
4848This should be ok for most use cases.
4949
50- ** gradle does not support this way of defining a dependency.** Gradle users have to manually add a dependency to J2V8:
50+ ** gradle does not support this way of defining a dependency.** Gradle users have to manually add a dependency to J2V8,
5151e.g. ` com.eclipsesource.j2v8:j2v8_linux_x86_64:4.6.0 `
5252
5353Instead of ` graphviz-java ` there are two alternative dependencies that can be used:
5454- ` graphviz-java-all-j2v8 ` additionally contains dependencies to _ all_ ` J2V8 ` platforms.
5555 So the same application can run on Linux, Mac OS X and Windows.
5656- ` graphviz-java-min-deps ` contains only dependencies that are absolutely necessary.
57- All other dependencies are marked as ` optional ` and must added manually. See the [ pom.xml] ( blob/master/ graphviz-java-min-deps/pom.xml) for details.
57+ All other dependencies are marked as ` optional ` and must added manually. See the [ pom.xml] ( graphviz-java-min-deps/pom.xml#L64-L90 ) for details.
5858
5959### Logging
6060Graphviz-java uses the [ SLF4J] ( https://www.slf4j.org/ ) facade to log.
You can’t perform that action at this time.
0 commit comments