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