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