g

github-client

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