is not current version
Last Version 5.0.1

org.gitlab4j:gitlab4j-api 4.14.29

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

GroupId

GroupId

org.gitlab4j
ArtifactId

ArtifactId

gitlab4j-api
Version

Version

4.14.29
Type

Type

jar

Download gitlab4j-api 4.14.29


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