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 1.0.12 in this page.
GNU Lesser General Public Licence
You can use the following script to add jfreechart-1.0.12.jar to your project.
<dependency> <groupId>jfree</groupId> <artifactId>jfreechart</artifactId> <version>1.0.12</version> </dependency>
compile group: 'jfree', name: 'jfreechart', version: '1.0.12'
libraryDependencies += "jfree" % "jfreechart" % "1.0.12"
<dependency org="jfree" name="jfreechart" rev="1.0.12"/>
@Grapes(@Grab(group='jfree', module='jfreechart', version='1.0.12'))
'jfree:jfreechart:jar:1.0.12'
Click the following link to download the jar file.
jfreechart-1.0.12.jar