Download jfreechart-0.9.21.jar file - Jar j

Jar examples for j:jfreechart

Description

JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently supports bar charts, pie charts, line charts, XY-plots and time series plots.

You can download jar file jfreechart 0.9.21 in this page.

License

GNU Lesser General Public Licence

Build File

You can use the following script to add jfreechart-0.9.21.jar to your project.

<dependency>
   <groupId>jfree</groupId>
   <artifactId>jfreechart</artifactId>
   <version>0.9.21</version>
</dependency>
compile group: 'jfree', name: 'jfreechart', version: '0.9.21'
libraryDependencies += "jfree" % "jfreechart" % "0.9.21"
<dependency org="jfree" name="jfreechart" rev="0.9.21"/>
@Grapes(@Grab(group='jfree', module='jfreechart', version='0.9.21'))
'jfree:jfreechart:jar:0.9.21'

Download

Click the following link to download the jar file.

jfreechart-0.9.21.jar
jfreechart-0.9.21.pom



Related Tutorials