Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jfree committed Feb 25, 2020
1 parent a3cfe94 commit fb25414
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 29 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,22 @@ There are some demonstration applications in the [JFree-Demos](https://github.co

Include
-------
JFreeSVG is published to the Central Repository. You can include it in your projects with the following dependency:
JFreeSVG is published to the Central Repository. You can include it in your projects with the following dependency (once the release is done):

<dependency>
<groupId>org.jfree</groupId>
<artifactId>org.jfree.svg</artifactId>
<version>4.0</version>
</dependency>

To use JFreeSVG with Java 8, you can use the following:

<dependency>
<groupId>org.jfree</groupId>
<artifactId>jfreesvg</artifactId>
<version>3.4</version>
</dependency>

For developers using the Java Module System, from version 4.0 JFreeSVG is
a modular library with the module name `org.jfree.svg`.

Expand Down
28 changes: 0 additions & 28 deletions src/main/javadoc/overview.html

This file was deleted.

0 comments on commit fb25414

Please sign in to comment.