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,7 +19,7 @@ Download Jar: http://xeiam.com/xchart.jsp ...@@ -19,7 +19,7 @@ Download Jar: http://xeiam.com/xchart.jsp
Maven 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> <repositories>
<repository> <repository>
...@@ -34,6 +34,14 @@ The XChart Java artifacts are currently hosted on the Xeiam Nexus repository her ...@@ -34,6 +34,14 @@ The XChart Java artifacts are currently hosted on the Xeiam Nexus repository her
</repository> </repository>
</repositories> </repositories>
Add this to dependencies in pom.xml:
<dependency>
<groupId>com.xeiam</groupId>
<artifactId>xchart</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
Building Building
=============== ===============
mvn clean package mvn clean package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment