<dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.14.6</version> </dependency>
implementation 'com.squareup.okhttp3:okhttp:3.14.6'
implementation("com.squareup.okhttp3:okhttp:3.14.6")
libraryDependencies += "com.squareup.okhttp3" % "okhttp" % "3.14.6"
@Grapes( @Grab(group='com.squareup.okhttp3', module='okhttp', version='3.14.6') )
<dependency org="com.squareup.okhttp3" name="okhttp" rev="3.14.6" />
[com.squareup.okhttp3/okhttp "3.14.6"]
'com.squareup.okhttp3:okhttp:jar:3.14.6'
<parent> <groupId>com.squareup.okhttp3</groupId> <artifactId>parent</artifactId> <version>3.14.6</version> </parent>
compile
|-- com.squareup.okio:okio
provided
|-- org.conscrypt:conscrypt-openjdk-uber
|-- com.google.android:android
|-- com.google.code.findbugs:jsr305
|-- org.codehaus.mojo:animal-sniffer-annotations:1.17