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
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
GitlLab API for Java (gitlab4j-api)
2
2
===================================
3
3
4
-
GitLab API for Java (gitlab4j-api) provides a full featured and easy to consume Java API for working with GitLab repositories via the GitLab REST API. Additionally, full support for working with GitLab WebHooks is also provided.
4
+
GitLab API for Java (gitlab4j-api) provides a full featured and easy to consume Java API for working with GitLab repositories via the GitLab REST API. Additionally, full support for working with GitLab webhooks and system hooks is also provided.
5
+
6
+
---
7
+
8
+
## Java 8 Requirement
9
+
As of GitLab4J-API 4.8.0 Java 8+ is now required to use GitLab4J-API.
5
10
6
11
---
7
12
@@ -11,7 +16,7 @@ To utilize the GitLab API for Java in your project, simply add the following dep
0 commit comments