You can download retrofit-1.7.0.jar in this page.
Apache License Version 2.0
retrofit-1.7.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.squareup.retrofit/retrofit/pom.properties META-INF/maven/com.squareup.retrofit/retrofit/pom.xml retrofit.Callback.class retrofit.CallbackRunnable.class retrofit.Endpoint.class retrofit.Endpoints.class retrofit.ErrorHandler.class retrofit.ExceptionCatchingTypedInput.class retrofit.Platform.class retrofit.Profiler.class retrofit.RequestBuilder.class retrofit.RequestInterceptor.class retrofit.RequestInterceptorTape.class retrofit.ResponseCallback.class retrofit.ResponseWrapper.class retrofit.RestAdapter.class retrofit.RestMethodInfo.class retrofit.RetrofitError.class retrofit.RxSupport.class retrofit.Types.class retrofit.Utils.class retrofit.android.AndroidApacheClient.class retrofit.android.AndroidLog.class retrofit.android.MainThreadExecutor.class retrofit.appengine.UrlFetchClient.class retrofit.client.ApacheClient.class retrofit.client.Client.class retrofit.client.Defaults.class retrofit.client.Header.class retrofit.client.OkClient.class retrofit.client.Request.class retrofit.client.Response.class retrofit.client.UrlConnectionClient.class retrofit.converter.ConversionException.class retrofit.converter.Converter.class retrofit.converter.GsonConverter.class retrofit.http.Body.class retrofit.http.DELETE.class retrofit.http.EncodedPath.class retrofit.http.EncodedQuery.class retrofit.http.EncodedQueryMap.class retrofit.http.Field.class retrofit.http.FieldMap.class retrofit.http.FormUrlEncoded.class retrofit.http.GET.class retrofit.http.HEAD.class retrofit.http.Header.class retrofit.http.Headers.class retrofit.http.Multipart.class retrofit.http.PATCH.class retrofit.http.POST.class retrofit.http.PUT.class retrofit.http.Part.class retrofit.http.PartMap.class retrofit.http.Path.class retrofit.http.Query.class retrofit.http.QueryMap.class retrofit.http.RestMethod.class retrofit.http.Streaming.class retrofit.mime.FormUrlEncodedTypedOutput.class retrofit.mime.MimeUtil.class retrofit.mime.MultipartTypedOutput.class retrofit.mime.TypedByteArray.class retrofit.mime.TypedFile.class retrofit.mime.TypedInput.class retrofit.mime.TypedOutput.class retrofit.mime.TypedString.class
retrofit-1.7.0.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.retrofit</groupId> <artifactId>parent</artifactId> <version>1.7.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>retrofit</artifactId> <name>Retrofit</name> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> <dependency> <groupId>com.google.android</groupId> <artifactId>android</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.squareup.okhttp</groupId> <artifactId>okhttp</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.squareup.okhttp</groupId> <artifactId>okhttp-urlconnection</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.netflix.rxjava</groupId> <artifactId>rxjava-core</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.google.appengine</groupId> <artifactId>appengine-api-1.0-sdk</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.okhttp</groupId> <artifactId>mockwebserver</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <!-- The AppEngine dependency has an annotation processor we don't want to run. --> <compilerArgument>-proc:none</compilerArgument> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.squareup.retrofit</groupId> <artifactId>retrofit</artifactId> <version>1.7.0</version> </dependency>
If you think the following retrofit-1.7.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download retrofit-1.7.0.jar file