1
0
Fork 0

added maven dependency example

master
Bob Carroll 2013-05-30 12:21:28 -07:00
parent 1e7921b9a6
commit bef149873c
1 changed files with 13 additions and 0 deletions

View File

@ -21,6 +21,19 @@ jira-client is still under heavily development. Here's what works:
* Add and remove issue links
* Create sub-tasks
## Maven Dependency ##
Point your *settings.xml* at [Maven Central](http://repo1.maven.org/maven2) and add jira-client to your project.
```xml
<dependency>
<groupId>net.rcarz</groupId>
<artifactId>jira-client</artifactId>
<version>0.1</version>
<scope>compile</scope>
</dependency>
```
## Contributing ##
Patches are welcome and appreciated. Please try to follow existing styles, and strive for simplicity. Make sure to add yourself to [AUTHORS](AUTHORS.md)!