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