Dependency Information

Apache Maven

<dependency>
  <groupId>org.kohsuke</groupId>
  <artifactId>github-api</artifactId>
  <version>1.321</version>
</dependency>

Apache Ivy

<dependency org="org.kohsuke" name="github-api" rev="1.321">
  <artifact name="github-api" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.kohsuke', module='github-api', version='1.321')
)

Gradle/Grails

implementation 'org.kohsuke:github-api:1.321'

Scala SBT

libraryDependencies += "org.kohsuke" % "github-api" % "1.321"

Leiningen

[org.kohsuke/github-api "1.321"]