From 6ddfcc5b1695d5c9e391106092ffb1c9ff57d9f4 Mon Sep 17 00:00:00 2001 From: timmolter <tim.molter@gmail.com> Date: Wed, 8 Aug 2012 15:03:53 +0200 Subject: [PATCH] edited --- README.txt | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index b9493d40..afd54ecf 100644 --- a/README.txt +++ b/README.txt @@ -18,5 +18,27 @@ under the sun, XChart is for you. ******************************************************** -Dependencies: - servlet-api.jar (not required) \ No newline at end of file +Getting Started +=============== + +Non-Maven +--------- +Download Jar: http://xeiam.com/xchart.jsp + +Maven +----- + +The XChart Java artifacts are currently hosted on the Xeiam Nexus repository here: + + <repositories> + <repository> + <id>xchange-release</id> + <releases/> + <url>http://nexus.xeiam.com/content/repositories/releases</url> + </repository> + <repository> + <id>xchange-snapshot</id> + <snapshots/> + <url>http://nexus.xeiam.com/content/repositories/snapshots/</url> + </repository> + </repositories> -- GitLab