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
Files download
File Operation
gitlab4j-api-4.15.5.jar download
gitlab4j-api-4.15.5.pom download
gitlab4j-api-4.15.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.gitlab4j</groupId>
  <artifactId>gitlab4j-api</artifactId>
  <version>4.15.5</version>
</dependency>
Gradle Groovy
implementation 'org.gitlab4j:gitlab4j-api:4.15.5'
Gradle Kotlin
implementation("org.gitlab4j:gitlab4j-api:4.15.5")
Scala SBT
libraryDependencies += "org.gitlab4j" % "gitlab4j-api" % "4.15.5"
Groovy Grape
@Grapes(
  @Grab(group='org.gitlab4j', module='gitlab4j-api', version='4.15.5')
)
Apache Ivy
<dependency org="org.gitlab4j" name="gitlab4j-api" rev="4.15.5" />
Leiningen
[org.gitlab4j/gitlab4j-api "4.15.5"]
Apache Buildr
'org.gitlab4j:gitlab4j-api:jar:4.15.5'