Skip to content

Commit 6e7c1f7

Browse files
committed
improve readme about dependencies
1 parent bf23260 commit 6e7c1f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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).
4848
This 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,
5151
e.g. `com.eclipsesource.j2v8:j2v8_linux_x86_64:4.6.0`
5252

5353
Instead 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
6060
Graphviz-java uses the [SLF4J](https://www.slf4j.org/) facade to log.

0 commit comments

Comments
 (0)