You can download okhttp-3.12.1.jar in this page.
Apache Open Source
okhttp-3.12.1.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 META-INF/proguard/okhttp3.pro 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.EventListener.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.WebSocket.class okhttp3.WebSocketListener.class okhttp3.internal.Internal.class okhttp3.internal.NamedRunnable.class okhttp3.internal.Util.class okhttp3.internal.Version.class okhttp3.internal.annotations.EverythingIsNonNull.class okhttp3.internal.cache.CacheInterceptor.class okhttp3.internal.cache.CacheRequest.class okhttp3.internal.cache.CacheStrategy.class okhttp3.internal.cache.DiskLruCache.class okhttp3.internal.cache.FaultHidingSink.class okhttp3.internal.cache.InternalCache.class okhttp3.internal.cache2.FileOperator.class okhttp3.internal.cache2.Relay.class okhttp3.internal.connection.ConnectInterceptor.class okhttp3.internal.connection.ConnectionSpecSelector.class okhttp3.internal.connection.RealConnection.class okhttp3.internal.connection.RouteDatabase.class okhttp3.internal.connection.RouteException.class okhttp3.internal.connection.RouteSelector.class okhttp3.internal.connection.StreamAllocation.class okhttp3.internal.http.BridgeInterceptor.class okhttp3.internal.http.CallServerInterceptor.class okhttp3.internal.http.HttpCodec.class okhttp3.internal.http.HttpDate.class okhttp3.internal.http.HttpHeaders.class okhttp3.internal.http.HttpMethod.class okhttp3.internal.http.RealInterceptorChain.class okhttp3.internal.http.RealResponseBody.class okhttp3.internal.http.RequestLine.class okhttp3.internal.http.RetryAndFollowUpInterceptor.class okhttp3.internal.http.StatusLine.class okhttp3.internal.http.UnrepeatableRequestBody.class okhttp3.internal.http1.Http1Codec.class okhttp3.internal.http2.ConnectionShutdownException.class okhttp3.internal.http2.ErrorCode.class okhttp3.internal.http2.Header.class okhttp3.internal.http2.Hpack.class okhttp3.internal.http2.Http2.class okhttp3.internal.http2.Http2Codec.class okhttp3.internal.http2.Http2Connection.class okhttp3.internal.http2.Http2Reader.class okhttp3.internal.http2.Http2Stream.class okhttp3.internal.http2.Http2Writer.class okhttp3.internal.http2.Huffman.class okhttp3.internal.http2.PushObserver.class okhttp3.internal.http2.Settings.class okhttp3.internal.http2.StreamResetException.class okhttp3.internal.io.FileSystem.class okhttp3.internal.platform.AndroidPlatform.class okhttp3.internal.platform.ConscryptPlatform.class okhttp3.internal.platform.Jdk9Platform.class okhttp3.internal.platform.JdkWithJettyBootPlatform.class okhttp3.internal.platform.OptionalMethod.class okhttp3.internal.platform.Platform.class okhttp3.internal.proxy.NullProxySelector.class okhttp3.internal.publicsuffix.PublicSuffixDatabase.class okhttp3.internal.tls.BasicCertificateChainCleaner.class okhttp3.internal.tls.BasicTrustRootIndex.class okhttp3.internal.tls.CertificateChainCleaner.class okhttp3.internal.tls.DistinguishedNameParser.class okhttp3.internal.tls.OkHostnameVerifier.class okhttp3.internal.tls.TrustRootIndex.class okhttp3.internal.ws.RealWebSocket.class okhttp3.internal.ws.WebSocketProtocol.class okhttp3.internal.ws.WebSocketReader.class okhttp3.internal.ws.WebSocketWriter.class okhttp3.package-info.class okhttp3/internal/publicsuffix/publicsuffixes.gz
okhttp-3.12.1.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.12.1</version> </parent> <artifactId>okhttp</artifactId> <name>OkHttp</name> <dependencies> <dependency> <groupId>com.squareup.okio</groupId> <artifactId>okio</artifactId> </dependency> <dependency> <groupId>org.conscrypt</groupId> <artifactId>conscrypt-openjdk-uber</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.android</groupId> <artifactId>android</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-annotations</artifactId> <version>1.17</version> <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> <version>2.10.4</version> <configuration> <excludePackageNames>okhttp3.internal:okhttp3.internal.*</excludePackageNames> <links> <link>http://square.github.io/okio/</link> </links> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>3.0.2</version> <configuration> <archive> <manifestEntries> <Automatic-Module-Name>okhttp3</Automatic-Module-Name> </manifestEntries> </archive> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.12.1</version> </dependency>
If you think the following okhttp-3.12.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download okhttp-3.12.1.jar file