You can download retrofit-2.0.2.jar in this page.
Apache License Version 2.0
retrofit-2.0.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.squareup.retrofit2/retrofit/pom.properties META-INF/maven/com.squareup.retrofit2/retrofit/pom.xml retrofit2.BuiltInConverters.class retrofit2.Call.class retrofit2.CallAdapter.class retrofit2.Callback.class retrofit2.Converter.class retrofit2.DefaultCallAdapterFactory.class retrofit2.ExecutorCallAdapterFactory.class retrofit2.OkHttpCall.class retrofit2.ParameterHandler.class retrofit2.Platform.class retrofit2.RequestBuilder.class retrofit2.Response.class retrofit2.Retrofit.class retrofit2.ServiceMethod.class retrofit2.Utils.class retrofit2.http.Body.class retrofit2.http.DELETE.class retrofit2.http.Field.class retrofit2.http.FieldMap.class retrofit2.http.FormUrlEncoded.class retrofit2.http.GET.class retrofit2.http.HEAD.class retrofit2.http.HTTP.class retrofit2.http.Header.class retrofit2.http.Headers.class retrofit2.http.Multipart.class retrofit2.http.OPTIONS.class retrofit2.http.PATCH.class retrofit2.http.POST.class retrofit2.http.PUT.class retrofit2.http.Part.class retrofit2.http.PartMap.class retrofit2.http.Path.class retrofit2.http.Query.class retrofit2.http.QueryMap.class retrofit2.http.Streaming.class retrofit2.http.Url.class
retrofit-2.0.2.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.squareup.retrofit2</groupId> <artifactId>parent</artifactId> <version>2.0.2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>retrofit</artifactId> <name>Retrofit</name> <dependencies> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> </dependency> <dependency> <groupId>com.google.android</groupId> <artifactId>android</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-annotations</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>mockwebserver</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.robolectric</groupId> <artifactId>robolectric</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.0.2</version> </dependency>
If you think the following retrofit-2.0.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download retrofit-2.0.2.jar file