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