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