Setting up OkHttp

suggest change

Grab via Maven:

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

or Gradle:

compile 'com.squareup.okhttp3:okhttp:3.6.0'

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents