|
@@ -1,3 +1,13 @@
|
|
# okhttp
|
|
# okhttp
|
|
|
|
|
|
-Square’s meticulous HTTP client for the JVM, Android, and GraalVM.
|
|
|
|
|
|
+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>
|
|
|
|
+```
|