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