g

github-api

GitHub API for Java
http://github-api.kohsuke.org/
The MIT license
Files download
File Operation
github-api-1.70.jar download
github-api-1.70.pom download
github-api-1.70-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kohsuke</groupId>
  <artifactId>github-api</artifactId>
  <version>1.70</version>
</dependency>
Gradle Groovy
implementation 'org.kohsuke:github-api:1.70'
Gradle Kotlin
implementation("org.kohsuke:github-api:1.70")
Scala SBT
libraryDependencies += "org.kohsuke" % "github-api" % "1.70"
Groovy Grape
@Grapes(
  @Grab(group='org.kohsuke', module='github-api', version='1.70')
)
Apache Ivy
<dependency org="org.kohsuke" name="github-api" rev="1.70" />
Leiningen
[org.kohsuke/github-api "1.70"]
Apache Buildr
'org.kohsuke:github-api:jar:1.70'