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