<dependency> <groupId>com.squareup.okhttp</groupId> <artifactId>okhttp-apache</artifactId> <version>2.7.0</version> </dependency>
implementation 'com.squareup.okhttp:okhttp-apache:2.7.0'
implementation("com.squareup.okhttp:okhttp-apache:2.7.0")
libraryDependencies += "com.squareup.okhttp" % "okhttp-apache" % "2.7.0"
@Grapes( @Grab(group='com.squareup.okhttp', module='okhttp-apache', version='2.7.0') )
<dependency org="com.squareup.okhttp" name="okhttp-apache" rev="2.7.0" />
[com.squareup.okhttp/okhttp-apache "2.7.0"]
'com.squareup.okhttp:okhttp-apache:jar:2.7.0'
<parent> <groupId>com.squareup.okhttp</groupId> <artifactId>parent</artifactId> <version>2.7.0</version> </parent>
compile
|-- com.squareup.okhttp:okhttp
provided
|-- org.apache.httpcomponents:httpclient
test
|-- com.squareup.okhttp:okhttp-testing-support
|-- junit:junit
|-- com.squareup.okhttp:mockwebserver