You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,18 @@ dependencies {
24
24
</dependency>
25
25
```
26
26
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
+
<ahref="https://github.com/jax-rs/api/issues/571">JAX-RS API Issue #571</a><br/>
30
+
<ahref="https://github.com/jax-rs/api/issues/572">JAX-RS API Issue #572</a>
31
+
32
+
---
33
+
34
+
## Javadocs
27
35
Javadocs are available here: <ahref="http://www.messners.com/gitlab4j-api/javadocs/index.html?overview-summary.html"target="_top">Javadocs</a>
28
36
29
37
---
38
+
30
39
## Using GitLab4J
31
40
32
41
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