g

gitlab4j-api

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