Skip to content

Commit 35408f6

Browse files
authored
Added note about Ivy and SBT (#115)
1 parent ef0fb73 commit 35408f6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,18 @@ dependencies {
2424
</dependency>
2525
```
2626

27+
### Ivy and SBT
28+
There have been reports of problems resolving some dependencies when using Ivy or SBT, for help resolving those issues see:<br/>
29+
<a href="https://github.com/jax-rs/api/issues/571">JAX-RS API Issue #571</a><br/>
30+
<a href="https://github.com/jax-rs/api/issues/572">JAX-RS API Issue #572</a>
31+
32+
---
33+
34+
## Javadocs
2735
Javadocs are available here: <a href="http://www.messners.com/gitlab4j-api/javadocs/index.html?overview-summary.html" target="_top">Javadocs</a>
2836

2937
---
38+
3039
## Using GitLab4J
3140

3241
GitLab4J-API is quite simple to use, all you need is the URL to your GitLab server and the Private Token from your GitLab Account Settings page. Once you have that info it is as simple as:

0 commit comments

Comments
 (0)