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