Skip to content

tristanlins/java-gitlab-api

 
 

Repository files navigation

Gitlab Java API Wrapper

This is a fork of timols/java-gitlab-api!

Most features / enhancements are open pull requests

This fork can be used thanks to gitlabs maven repository feature.

How to use this fork

Add the repository to your build.gradle or pom.xml:

repositories {
    maven { url "https://gitlab.com/api/v4/projects/12707257/packages/maven" }
}
<repositories>
    <repository>
        <id>tristanlins/java-gitlab-api</id>
        <url>https://gitlab.com/api/v4/projects/12707257/packages/maven</url>
    </repository>
</repositories>

Then change your dependency version, to latest snapshot.

About

A wrapper for the Gitlab API written in Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%