README.md 265 B

okhttp

Square’s meticulous HTTP client for the JVM, Android, and GraalVM.


    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
      <version>3.11.0</version>
      <scope>test</scope>
    </dependency>