is not current version
Last Version 5.0.1

org.gitlab4j:gitlab4j-api 4.8.1

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.8.1
Type

Type

jar

Download gitlab4j-api 4.8.1


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