From 35408f67ef7bacde3f81d4d0dc0ac968bf7b6afb Mon Sep 17 00:00:00 2001 From: Greg Messner Date: Thu, 28 Dec 2017 18:43:03 -0800 Subject: [PATCH] Added note about Ivy and SBT (#115) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 485280d4..6418d5e2 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,18 @@ dependencies { ``` +### Ivy and SBT +There have been reports of problems resolving some dependencies when using Ivy or SBT, for help resolving those issues see:
+JAX-RS API Issue #571
+JAX-RS API Issue #572 + +--- + +## Javadocs Javadocs are available here: Javadocs --- + ## Using GitLab4J 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: -- GitLab