is not current version
Last Version 1.0.2

com.squareup.retrofit:sample-github-client 1.0.0


Categories

Categories

Github Development Tools Version Controls CLI User Interface Square Business Logic Libraries Financial Retrofit Net HTTP Clients
GroupId

GroupId

com.squareup.retrofit
ArtifactId

ArtifactId

sample-github-client
Version

Version

1.0.0
Type

Type

jar

Download sample-github-client 1.0.0


<!-- https://jarcasting.com/artifacts/com.squareup.retrofit/sample-github-client/ -->
<dependency>
    <groupId>com.squareup.retrofit</groupId>
    <artifactId>sample-github-client</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.retrofit/sample-github-client/
implementation 'com.squareup.retrofit:sample-github-client:1.0.0'
// https://jarcasting.com/artifacts/com.squareup.retrofit/sample-github-client/
implementation ("com.squareup.retrofit:sample-github-client:1.0.0")
'com.squareup.retrofit:sample-github-client:jar:1.0.0'
<dependency org="com.squareup.retrofit" name="sample-github-client" rev="1.0.0">
  <artifact name="sample-github-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.retrofit', module='sample-github-client', version='1.0.0')
)
libraryDependencies += "com.squareup.retrofit" % "sample-github-client" % "1.0.0"
[com.squareup.retrofit/sample-github-client "1.0.0"]