choerodon gitlab4j api
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.
It is modify from a open source repository(gitlab4j-api) and add some custom features.
- Contains almost all of the most commonly used Gitlab apis
- GitLab API V4 or GitLab API V3
To utilize the GitLab API for Java in your project, simply add the following dependency to your project's build file:
Maven: pom.xml
<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-gitlab4j-api</artifactId>
<version>${choerodon.starter.version}</version>
</dependency>
Welcome to contribute to the project! Such as submitting PR to fix a bug, or creating a new Issue to discuss new features or changes.
Copyright (c) 2020-present, CHOERODON