Files download
File Operation
github-integration-2.3.0-RC1.jar download
github-integration-2.3.0-RC1.pom download
github-integration-2.3.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant</groupId>
  <artifactId>github-integration</artifactId>
  <version>2.3.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant:github-integration:2.3.0-RC1'
Gradle Kotlin
implementation("com.buschmais.jqassistant:github-integration:2.3.0-RC1")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant" % "github-integration" % "2.3.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant', module='github-integration', version='2.3.0-RC1')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant" name="github-integration" rev="2.3.0-RC1" />
Leiningen
[com.buschmais.jqassistant/github-integration "2.3.0-RC1"]
Apache Buildr
'com.buschmais.jqassistant:github-integration:jar:2.3.0-RC1'