Download charts4j-1.3.jar file - Jar c

Jar examples for c:charts4j

Description

charts4j is a free, lightweight charts and graphs Java API. It enables developers to programmatically create the charts available in the Google Chart API through a straightforward and intuitive Java API.

You can download jar file charts4j 1.3 in this page.

License

The MIT License

Build File

You can use the following script to add charts4j-1.3.jar to your project.

<dependency>
   <groupId>com.googlecode.charts4j</groupId>
   <artifactId>charts4j</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'com.googlecode.charts4j', name: 'charts4j', version: '1.3'
libraryDependencies += "com.googlecode.charts4j" % "charts4j" % "1.3"
<dependency org="com.googlecode.charts4j" name="charts4j" rev="1.3"/>
@Grapes(@Grab(group='com.googlecode.charts4j', module='charts4j', version='1.3'))
'com.googlecode.charts4j:charts4j:jar:1.3'

Download

Click the following link to download the jar file.

charts4j-1.3-javadoc.jar
charts4j-1.3-sources.jar
charts4j-1.3.jar
charts4j-1.3.pom



Related Tutorials