Skip to content
Snippets Groups Projects
Commit a2c664f7 authored by timmolter's avatar timmolter
Browse files

added dependency info

parent 50706a6a
No related branches found
No related tags found
No related merge requests found
......@@ -19,20 +19,28 @@ Download Jar: http://xeiam.com/xchart.jsp
Maven
-----
The XChart Java artifacts are currently hosted on the Xeiam Nexus repository here:
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>
<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>
Add this to dependencies in pom.xml:
<dependency>
<groupId>com.xeiam</groupId>
<artifactId>xchart</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
Building
===============
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment