<dependency> <groupId>com.squareup.okhttp</groupId> <artifactId>okhttp</artifactId> <version>1.0.1</version> </dependency>
implementation 'com.squareup.okhttp:okhttp:1.0.1'
implementation("com.squareup.okhttp:okhttp:1.0.1")
libraryDependencies += "com.squareup.okhttp" % "okhttp" % "1.0.1"
@Grapes( @Grab(group='com.squareup.okhttp', module='okhttp', version='1.0.1') )
<dependency org="com.squareup.okhttp" name="okhttp" rev="1.0.1" />
[com.squareup.okhttp/okhttp "1.0.1"]
'com.squareup.okhttp:okhttp:jar:1.0.1'
<parent> <groupId>com.squareup.okhttp</groupId> <artifactId>parent</artifactId> <version>1.0.1</version> </parent>
compile
|-- org.mortbay.jetty.npn:npn-boot
test
|-- junit:junit
|-- org.bouncycastle:bcprov-jdk15on
|-- com.google.mockwebserver:mockwebserver