is not current version
Last Version 1.0.0-alpha-1

jcharts:jcharts 0.7.5

jCharts is a 100% Java based charting utility that outputs a variety of charts. This package has been designed from the ground up by volunteers for displaying charts via Servlets, JSP's, and Swing apps. First release was in December 2000.

Categories

Categories

Charts User Interface
GroupId

GroupId

jcharts
ArtifactId

ArtifactId

jcharts
Version

Version

0.7.5
Type

Type

jar

Download jcharts 0.7.5


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