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
文件下载
文件名 操作
gitlab4j-api-4.4.4.jar 下载
gitlab4j-api-4.4.4.pom 下载
gitlab4j-api-4.4.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.gitlab4j</groupId>
  <artifactId>gitlab4j-api</artifactId>
  <version>4.4.4</version>
</dependency>
Gradle Groovy
implementation 'org.gitlab4j:gitlab4j-api:4.4.4'
Gradle Kotlin
implementation("org.gitlab4j:gitlab4j-api:4.4.4")
Scala SBT
libraryDependencies += "org.gitlab4j" % "gitlab4j-api" % "4.4.4"
Groovy Grape
@Grapes(
  @Grab(group='org.gitlab4j', module='gitlab4j-api', version='4.4.4')
)
Apache Ivy
<dependency org="org.gitlab4j" name="gitlab4j-api" rev="4.4.4" />
Leiningen
[org.gitlab4j/gitlab4j-api "4.4.4"]
Apache Buildr
'org.gitlab4j:gitlab4j-api:jar:4.4.4'