Last Version

JFreeChart 1.5.3

JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D API, it supports a wide range of chart types including bar charts, pie charts, line charts, XY-plots, time series plots, Sankey charts and more.

License

License

Categories

Categories

JFreeChart User Interface Charts
GroupId

GroupId

org.jfree
ArtifactId

ArtifactId

jfreechart
Version

Version

1.5.3
Type

Type

jar
Description

Description

JFreeChart
JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D API, it supports a wide range of chart types including bar charts, pie charts, line charts, XY-plots, time series plots, Sankey charts and more.
Project URL

Project URL

http://www.jfree.org/jfreechart/
Project Organization

Project Organization

JFree.org
Source Code Management

Source Code Management

https://github.com/jfree/jfreechart

Download jfreechart 1.5.3


<!-- https://jarcasting.com/artifacts/org.jfree/jfreechart/ -->
<dependency>
    <groupId>org.jfree</groupId>
    <artifactId>jfreechart</artifactId>
    <version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfree/jfreechart/
implementation 'org.jfree:jfreechart:1.5.3'
// https://jarcasting.com/artifacts/org.jfree/jfreechart/
implementation ("org.jfree:jfreechart:1.5.3")
'org.jfree:jfreechart:jar:1.5.3'
<dependency org="org.jfree" name="jfreechart" rev="1.5.3">
  <artifact name="jfreechart" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfree', module='jfreechart', version='1.5.3')
)
libraryDependencies += "org.jfree" % "jfreechart" % "1.5.3"
[org.jfree/jfreechart "1.5.3"]

Dependencies

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0

Project Modules

There are no modules declared in this project.