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

fixed README

parent 87fc64a3
Branches
No related tags found
No related merge requests found
......@@ -17,14 +17,10 @@ Non-Maven
---------
Download Jar: http://xeiam.com/xchart.jsp
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.
Maven
-----
The XChart release artifacts are hosted on Maven Central.
<repository>
<id>xchart-snapshot</id>
<snapshots/>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
Add this dependency to your pom.xml file:
<dependency>
......@@ -33,6 +29,14 @@ Add this dependency to your pom.xml file:
<version>1.2.1</version>
</dependency>
For snapshots, 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>
Building
===============
mvn clean package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment