GitLab4J™ API (gitlab4j-api) provides a full featured and easy to consume Java library for working with GitLab repositories via the GitLab REST API. Additionally, full support for working with GitLab webhooks and system hooks is also provided.
...
...
@@ -10,7 +10,7 @@ GitLab4J™ API (gitlab4j-api) provides a full featured and easy to consume
## Table of Contents
*[GitLab Server Version Support](#gitLab-server-version-support)<br/>
*[Using GitLab4J-API](#using-gitlab4j-api)<br/>
*[Java 8 Requirement](#java-8-requirement)<br/>
*[Java 11 Requirement](#java-11-requirement)<br/>
*[Javadocs](#javadocs)<br/>
*[Project Set Up](#project-set-up)<br/>
*[Usage Examples](#usage-examples)<br/>
...
...
@@ -40,8 +40,8 @@ As of GitLab 11.0 support for the GitLab API v3 has been removed from the GitLab
---
## Using GitLab4J-API
### **Java 8 Requirement**
As of GitLab4J-API 4.8.0, Java 8+ is now required to use GitLab4J-API.
### **Java 11 Requirement**
As of GitLab4J-API 6.0.0, Java 11+ is now required to use GitLab4J-API.
### **Javadocs**
Javadocs are available here: [](https://javadoc.io/doc/org.gitlab4j/gitlab4j-api)
...
...
@@ -53,7 +53,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
<name>GitLab4J-API - GitLab API Java Client</name>
<description>GitLab4J-API (gitlab4j-api) provides a full featured Java client library for working with GitLab repositories and servers via the GitLab REST API.</description>