Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.07 KB

File metadata and controls

35 lines (22 loc) · 1.07 KB

Introduction

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.

Feature

  • Contains almost all of the most commonly used Gitlab apis

Requirements

  • GitLab API V4 or GitLab API V3

Installation and Getting Started

To utilize the GitLab API for Java in your project, simply add the following dependency to your project's build file:

Dependencies

Maven: pom.xml

<dependency>
    <groupId>io.choerodon</groupId>
   	<artifactId>choerodon-gitlab4j-api</artifactId>
    <version>${choerodon.starter.version}</version>
</dependency>

Reporting Issues

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