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