Jar examples for j:jfreechart
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.
GNU Lesser General Public Licence
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'
Click the following link to download the jar file.
jfreechart-0.9.21.jar