/README.txt

http://charts4j.googlecode.com/ · Plain Text · 18 lines · 12 code · 6 blank · 0 comment · 0 complexity · 4d156cb64a9e3efab78f4195802888fe MD5 · raw file

  1. To use the charts4j API, put this jar (found in the
  2. charts4j-[VERSION]/lib directory) in your classpath:
  3. charts4j-[VERSION].jar
  4. To run the unit tests you will also need junit-[VERSION].jar
  5. For Maven, include this XML snippet in your pom.xml.
  6. <dependency>
  7. <groupId>com.googlecode.charts4j</groupId>
  8. <artifactId>charts4j</artifactId>
  9. <version>[VERSION]</version>
  10. </dependency>
  11. For Leiningen Clojure, users please use:
  12. [com.googlecode.charts4j/charts4j "[VERSION]"]