<dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.12.3</version> </dependency>
implementation 'com.squareup.okhttp3:okhttp:3.12.3'
implementation("com.squareup.okhttp3:okhttp:3.12.3")
libraryDependencies += "com.squareup.okhttp3" % "okhttp" % "3.12.3"
@Grapes( @Grab(group='com.squareup.okhttp3', module='okhttp', version='3.12.3') )
<dependency org="com.squareup.okhttp3" name="okhttp" rev="3.12.3" />
[com.squareup.okhttp3/okhttp "3.12.3"]
'com.squareup.okhttp3:okhttp:jar:3.12.3'
<parent> <groupId>com.squareup.okhttp3</groupId> <artifactId>parent</artifactId> <version>3.12.3</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