g

github-client

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