is not current version
Last Version 5.0.1

org.gitlab4j:gitlab4j-api 4.9.2

GitLab API for Java (gitlab4j-api) provides a full featured Java API for working with GitLab repositories via the GitLab REST API.

GroupId

GroupId

org.gitlab4j
ArtifactId

ArtifactId

gitlab4j-api
Version

Version

4.9.2
Type

Type

jar

Download gitlab4j-api 4.9.2


<!-- https://jarcasting.com/artifacts/org.gitlab4j/gitlab4j-api/ -->
<dependency>
    <groupId>org.gitlab4j</groupId>
    <artifactId>gitlab4j-api</artifactId>
    <version>4.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.gitlab4j/gitlab4j-api/
implementation 'org.gitlab4j:gitlab4j-api:4.9.2'
// https://jarcasting.com/artifacts/org.gitlab4j/gitlab4j-api/
implementation ("org.gitlab4j:gitlab4j-api:4.9.2")
'org.gitlab4j:gitlab4j-api:jar:4.9.2'
<dependency org="org.gitlab4j" name="gitlab4j-api" rev="4.9.2">
  <artifact name="gitlab4j-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gitlab4j', module='gitlab4j-api', version='4.9.2')
)
libraryDependencies += "org.gitlab4j" % "gitlab4j-api" % "4.9.2"
[org.gitlab4j/gitlab4j-api "4.9.2"]