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.
http://www.jfree.org/jfreechart/
GNU Lesser General Public Licence
JFree.org
Files download
File Operation
jfreechart-1.0.15.jar download
jfreechart-1.0.15.pom download
jfreechart-1.0.15-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jfree</groupId>
  <artifactId>jfreechart</artifactId>
  <version>1.0.15</version>
</dependency>
Gradle Groovy
implementation 'org.jfree:jfreechart:1.0.15'
Gradle Kotlin
implementation("org.jfree:jfreechart:1.0.15")
Scala SBT
libraryDependencies += "org.jfree" % "jfreechart" % "1.0.15"
Groovy Grape
@Grapes(
  @Grab(group='org.jfree', module='jfreechart', version='1.0.15')
)
Apache Ivy
<dependency org="org.jfree" name="jfreechart" rev="1.0.15" />
Leiningen
[org.jfree/jfreechart "1.0.15"]
Apache Buildr
'org.jfree:jfreechart:jar:1.0.15'