文件下载
文件名 操作
github4s_2.12-0.28.4.jar 下载
github4s_2.12-0.28.4.pom 下载
github4s_2.12-0.28.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.47deg</groupId>
  <artifactId>github4s_2.12</artifactId>
  <version>0.28.4</version>
</dependency>
Gradle Groovy
implementation 'com.47deg:github4s_2.12:0.28.4'
Gradle Kotlin
implementation("com.47deg:github4s_2.12:0.28.4")
Scala SBT
libraryDependencies += "com.47deg" % "github4s_2.12" % "0.28.4"
Groovy Grape
@Grapes(
  @Grab(group='com.47deg', module='github4s_2.12', version='0.28.4')
)
Apache Ivy
<dependency org="com.47deg" name="github4s_2.12" rev="0.28.4" />
Leiningen
[com.47deg/github4s_2.12 "0.28.4"]
Apache Buildr
'com.47deg:github4s_2.12:jar:0.28.4'