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.
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.