Download retrofit-1.2.2.jar file

Introduction

You can download retrofit-1.2.2.jar in this page.

License

Apache License Version 2.0

Type List

retrofit-1.2.2.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.ChangeableServer.class
retrofit.ErrorHandler.class
retrofit.ExceptionCatchingTypedInput.class
retrofit.Platform.class
retrofit.Profiler.class
retrofit.RequestBuilder.class
retrofit.RequestInterceptor.class
retrofit.RequestInterceptorTape.class
retrofit.ResponseWrapper.class
retrofit.RestAdapter.class
retrofit.RestMethodInfo.class
retrofit.RetrofitError.class
retrofit.Server.class
retrofit.Types.class
retrofit.Utils.class
retrofit.android.AndroidApacheClient.class
retrofit.android.MainThreadExecutor.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.Field.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.Path.class
retrofit.http.Query.class
retrofit.http.RestMethod.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

Pom

retrofit-1.2.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.retrofit</groupId>
    <artifactId>parent</artifactId>
    <version>1.2.2</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>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.easytesting</groupId>
      <artifactId>fest-assert-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>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.squareup.retrofit</groupId>
   <artifactId>retrofit</artifactId>
   <version>1.2.2</version>
</dependency>

Download

If you think the following retrofit-1.2.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download retrofit-1.2.2.jar file




PreviousNext

Related