forked from julienchastang/charts4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
17 lines (11 loc) · 1.43 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
To use the charts4j API, put the jar in your classpath:
charts4j-[VERSION].jar
To run the unit tests you will also need the junit jar.
For Maven, include this XML snippet in your pom.xml.
<dependency>
<groupId>com.googlecode.charts4j</groupId>
<artifactId>charts4j</artifactId>
<version>[VERSION]</version>
</dependency>
For Leiningen Clojure, users please use:
[com.googlecode.charts4j/charts4j "[VERSION]"]