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