As some of you may have noticed, JFreeChart development is getting active again. A new version 1.0.14 is planned to be released soon.
A SNAPSHOT version from SVN is already available for beta testing from Sonatype's OSS repository. Also in the OSS Maven Repository are JavaDoc- and sources-JARs as well as MD5 sums and GPG signatures. A full ZIP and the demo will be available, once 1.0.14 has been released.
For those of you using Maven, JFreeChart can now be used by adding this dependency to your build (note the changed groupId!):
Code: Select all
<dependency>
<groupId>org.jfree</groupId>
<artifactId>jfreechart</artifactId>
<version>1.0.14-SNAPSHOT</version>
</dependency>
Code: Select all
<repositories>
<repository>
<id>sonatype-oss-snapshots</id>
<name>Sonatype OSS Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
Thanks for your help and enjoy the new version,
- martin