Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
XChart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brady James Garvin
XChart
Commits
a2c664f7
Commit
a2c664f7
authored
12 years ago
by
timmolter
Browse files
Options
Downloads
Patches
Plain Diff
added dependency info
parent
50706a6a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+21
-13
21 additions, 13 deletions
README.md
with
21 additions
and
13 deletions
README.md
+
21
−
13
View file @
a2c664f7
...
...
@@ -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
===============
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment