mirror of
https://github.com/square/okhttp.git
synced 2026-01-18 20:40:58 +03:00
@@ -11,12 +11,12 @@ Download [the latest JAR][3] or grab via Maven:
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp</groupId>
|
||||
<artifactId>okhttp</artifactId>
|
||||
<version>2.2.0</version>
|
||||
<version>2.3.0</version>
|
||||
</dependency>
|
||||
```
|
||||
or Gradle:
|
||||
```groovy
|
||||
compile 'com.squareup.okhttp:okhttp:2.2.0'
|
||||
compile 'com.squareup.okhttp:okhttp:2.3.0'
|
||||
```
|
||||
|
||||
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
|
||||
@@ -36,13 +36,13 @@ Download [the latest JAR][4] or grab via Maven:
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp</groupId>
|
||||
<artifactId>mockwebserver</artifactId>
|
||||
<version>2.2.0</version>
|
||||
<version>2.3.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
```
|
||||
or Gradle:
|
||||
```groovy
|
||||
testCompile 'com.squareup.okhttp:mockwebserver:2.2.0'
|
||||
testCompile 'com.squareup.okhttp:mockwebserver:2.3.0'
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user