Skip to content
Snippets Groups Projects
Commit 5b80f857 authored by Tim Molter's avatar Tim Molter
Browse files

update README

parent e6f5acb1
Branches
No related tags found
No related merge requests found
......@@ -17,24 +17,15 @@ Non-Maven
---------
Download Jar: http://xeiam.com/xchart.jsp
Maven
-----
The XChart 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>
The XChart release artifacts are hosted on Maven Central. Otherwise if you need the latest snapshots, they are hosted at oss.sonatype.org. Add the following repository to your pom.xml file.
<repository>
<id>xchart-snapshot</id>
<snapshots/>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
Add this to dependencies in pom.xml:
Add this dependency to your pom.xml file:
<dependency>
<groupId>com.xeiam</groupId>
......@@ -45,4 +36,8 @@ Add this to dependencies in pom.xml:
Building
===============
mvn clean package
mvn javadoc:javadoc
\ No newline at end of file
mvn javadoc:javadoc
Donations
===============
17dQktcAmU4urXz7tGk2sbuiCqykm3WLs6
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment