r

retrofit

A type-safe HTTP client for Android and Java.
https://github.com/square/retrofit
The Apache Software License, Version 2.0
Square, Inc.
Files download
File Operation
retrofit-2.10.6.jar download
retrofit-2.10.6.pom download
retrofit-2.10.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.zawn.retrofit2</groupId>
  <artifactId>retrofit</artifactId>
  <version>2.10.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.zawn.retrofit2:retrofit:2.10.6'
Gradle Kotlin
implementation("io.github.zawn.retrofit2:retrofit:2.10.6")
Scala SBT
libraryDependencies += "io.github.zawn.retrofit2" % "retrofit" % "2.10.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.zawn.retrofit2', module='retrofit', version='2.10.6')
)
Apache Ivy
<dependency org="io.github.zawn.retrofit2" name="retrofit" rev="2.10.6" />
Leiningen
[io.github.zawn.retrofit2/retrofit "2.10.6"]
Apache Buildr
'io.github.zawn.retrofit2:retrofit:jar:2.10.6'
Dependencies