okhttp 3.8.0 发布了。okhttp 是一个 Java 的 HTTP+SPDY 客户端开发包,同时也支持 Android。
下载方式:
Download the latest JAR or grab via Maven:
<dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>mockwebserver</artifactId> <version>3.8.0</version> <scope>test</scope> </dependency>
or Gradle:
testCompile 'com.squareup.okhttp3:mockwebserver:3.8.0'
转自 http://www.oschina.net/news/84828/okhttp-3-8-0