Skip to content

aa65535/okhttputils

Repository files navigation

OkHttpUtils

A Java utils library for OkHttp. For more information see the Wiki.

Download Build Status

Binaries

Gradle:

implementation 'utils.okhttp:okhttputils:2.4.9'

Maven:

<dependency>
  <groupId>utils.okhttp</groupId>
  <artifactId>okhttputils</artifactId>
  <version>2.4.9</version>
  <type>pom</type>
</dependency>

Ivy:

<dependency org='utils.okhttp' name='okhttputils' rev='2.4.9'>
  <artifact name='$AID' ext='pom'></artifact>
</dependency>

ProGuard

# OkHttp3
-dontwarn javax.annotation.**
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
-dontwarn org.codehaus.mojo.animal_sniffer.*
-dontwarn okhttp3.internal.platform.ConscryptPlatform

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A Java utils library for Okhttp

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages