g

gitlab4j-api

GitLab4J-API (gitlab4j-api) provides a full featured Java client library for working with GitLab repositories and servers via the GitLab REST API.
https://github.com/gitlab4j/gitlab4j-api
The MIT License (MIT)
Greg Messner Gautier de Saint Martin Lacaze
Files download
File Operation
gitlab4j-api-4.18.0.jar download
gitlab4j-api-4.18.0.pom download
gitlab4j-api-4.18.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.gitlab4j</groupId>
  <artifactId>gitlab4j-api</artifactId>
  <version>4.18.0</version>
</dependency>
Gradle Groovy
implementation 'org.gitlab4j:gitlab4j-api:4.18.0'
Gradle Kotlin
implementation("org.gitlab4j:gitlab4j-api:4.18.0")
Scala SBT
libraryDependencies += "org.gitlab4j" % "gitlab4j-api" % "4.18.0"
Groovy Grape
@Grapes(
  @Grab(group='org.gitlab4j', module='gitlab4j-api', version='4.18.0')
)
Apache Ivy
<dependency org="org.gitlab4j" name="gitlab4j-api" rev="4.18.0" />
Leiningen
[org.gitlab4j/gitlab4j-api "4.18.0"]
Apache Buildr
'org.gitlab4j:gitlab4j-api:jar:4.18.0'