Download okhttp-3.2.0.jar file

Introduction

You can download okhttp-3.2.0.jar in this page.

License

Apache Open Source

Type List

okhttp-3.2.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.squareup.okhttp3/okhttp/pom.properties
META-INF/maven/com.squareup.okhttp3/okhttp/pom.xml
okhttp3.Address.class
okhttp3.Authenticator.class
okhttp3.Cache.class
okhttp3.CacheControl.class
okhttp3.Call.class
okhttp3.Callback.class
okhttp3.CertificatePinner.class
okhttp3.Challenge.class
okhttp3.CipherSuite.class
okhttp3.Connection.class
okhttp3.ConnectionPool.class
okhttp3.ConnectionSpec.class
okhttp3.Cookie.class
okhttp3.CookieJar.class
okhttp3.Credentials.class
okhttp3.Dispatcher.class
okhttp3.Dns.class
okhttp3.FormBody.class
okhttp3.Handshake.class
okhttp3.Headers.class
okhttp3.HttpUrl.class
okhttp3.Interceptor.class
okhttp3.MediaType.class
okhttp3.MultipartBody.class
okhttp3.OkHttpClient.class
okhttp3.Protocol.class
okhttp3.RealCall.class
okhttp3.Request.class
okhttp3.RequestBody.class
okhttp3.Response.class
okhttp3.ResponseBody.class
okhttp3.Route.class
okhttp3.TlsVersion.class
okhttp3.internal.ConnectionSpecSelector.class
okhttp3.internal.DiskLruCache.class
okhttp3.internal.FaultHidingSink.class
okhttp3.internal.Internal.class
okhttp3.internal.InternalCache.class
okhttp3.internal.NamedRunnable.class
okhttp3.internal.OptionalMethod.class
okhttp3.internal.Platform.class
okhttp3.internal.RouteDatabase.class
okhttp3.internal.Util.class
okhttp3.internal.Version.class
okhttp3.internal.framed.ErrorCode.class
okhttp3.internal.framed.FrameReader.class
okhttp3.internal.framed.FrameWriter.class
okhttp3.internal.framed.FramedConnection.class
okhttp3.internal.framed.FramedStream.class
okhttp3.internal.framed.Header.class
okhttp3.internal.framed.HeadersMode.class
okhttp3.internal.framed.Hpack.class
okhttp3.internal.framed.Http2.class
okhttp3.internal.framed.Huffman.class
okhttp3.internal.framed.NameValueBlockReader.class
okhttp3.internal.framed.Ping.class
okhttp3.internal.framed.PushObserver.class
okhttp3.internal.framed.Settings.class
okhttp3.internal.framed.Spdy3.class
okhttp3.internal.framed.Variant.class
okhttp3.internal.http.CacheRequest.class
okhttp3.internal.http.CacheStrategy.class
okhttp3.internal.http.HeaderParser.class
okhttp3.internal.http.Http1xStream.class
okhttp3.internal.http.Http2xStream.class
okhttp3.internal.http.HttpDate.class
okhttp3.internal.http.HttpEngine.class
okhttp3.internal.http.HttpMethod.class
okhttp3.internal.http.HttpStream.class
okhttp3.internal.http.OkHeaders.class
okhttp3.internal.http.RealResponseBody.class
okhttp3.internal.http.RequestException.class
okhttp3.internal.http.RequestLine.class
okhttp3.internal.http.RetryableSink.class
okhttp3.internal.http.RouteException.class
okhttp3.internal.http.RouteSelector.class
okhttp3.internal.http.StatusLine.class
okhttp3.internal.http.StreamAllocation.class
okhttp3.internal.io.FileSystem.class
okhttp3.internal.io.RealConnection.class
okhttp3.internal.tls.AndroidTrustRootIndex.class
okhttp3.internal.tls.CertificateChainCleaner.class
okhttp3.internal.tls.DistinguishedNameParser.class
okhttp3.internal.tls.OkHostnameVerifier.class
okhttp3.internal.tls.RealTrustRootIndex.class
okhttp3.internal.tls.TrustRootIndex.class

Pom

okhttp-3.2.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.okhttp3</groupId>
    <artifactId>parent</artifactId>
    <version>3.2.0</version>
  </parent>

  <artifactId>okhttp</artifactId>
  <name>OkHttp</name>

  <dependencies>
    <dependency>
      <groupId>com.squareup.okio</groupId>
      <artifactId>okio</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.android</groupId>
      <artifactId>android</artifactId>
      <scope>provided</scope>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>templating-maven-plugin</artifactId>
        <version>1.0-alpha-3</version>
        <executions>
          <execution>
            <goals>
              <goal>filter-sources</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <excludePackageNames>okhttp3.internal:okhttp3.internal.*</excludePackageNames>
          <links>
            <link>http://square.github.io/okio/</link>
          </links>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>com.squareup.okhttp3</groupId>
   <artifactId>okhttp</artifactId>
   <version>3.2.0</version>
</dependency>

Download

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



Download okhttp-3.2.0.jar file




PreviousNext

Related