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