Browse Source

Update 'README.md'

天问 7 months ago
parent
commit
772be72a24
1 changed files with 11 additions and 1 deletions
  1. 11 1
      README.md

+ 11 - 1
README.md

@@ -1,3 +1,13 @@
 # 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>
+```