<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.0.0-alpha02</version>
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp3', module='okhttp', version='4.0.0-alpha02')
)
compile
|-- com.squareup.okio:okio:2.2.2
|-- org.jetbrains.kotlin:kotlin-stdlib:1.3.31
test
|-- org.conscrypt:conscrypt-openjdk-uber:2.1.0
|-- com.squareup.okhttp3:okhttp-testing-support:4.0.0-alpha02
|-- com.squareup.okhttp3:okhttp-tls:4.0.0-alpha02
|-- com.squareup.okhttp3:okhttp-urlconnection:4.0.0-alpha02
|-- com.squareup.okhttp3:mockwebserver:4.0.0-alpha02
|-- com.squareup.okhttp3:logging-interceptor:4.0.0-alpha02
|-- junit:junit:4.12