Browse Source

Update 'README.md'

天问 2 months ago
parent
commit
dc72820ad8
1 changed files with 14 additions and 1 deletions
  1. 14 1
      README.md

+ 14 - 1
README.md

@@ -1,3 +1,16 @@
 # okhttp
 
-okhttp
+okhttp
+
+## Usage
+
+```
+
+
+    <dependency>
+      <groupId>com.squareup.okhttp3</groupId>
+      <artifactId>okhttp</artifactId>
+      <version>3.11.0</version>
+      <scope>test</scope>
+    </dependency>
+```