Group Id com.squareup.okhttp3
Artifact Id okhttp-testing-support
Version 3.12.9
Packaging jar
URL -
Badge
Last Updated 2020-02-24T14:34:29+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>com.squareup.okhttp3</groupId>
    <artifactId>okhttp-testing-support</artifactId>
    <version>3.12.9</version>
</dependency>
implementation group: 'com.squareup.okhttp3', name: 'okhttp-testing-support', version: '3.12.9'
implementation 'com.squareup.okhttp3:okhttp-testing-support:3.12.9'
implementation("com.squareup.okhttp3:okhttp-testing-support:3.12.9")
libraryDependencies += "com.squareup.okhttp3" % "okhttp-testing-support" % "3.12.9"
<dependency org="com.squareup.okhttp3" name="okhttp-testing-support" rev="3.12.9"/>
@Grapes(
    @Grab(group='com.squareup.okhttp3', module='okhttp-testing-support', version='3.12.9')
)
[com.squareup.okhttp3/okhttp-testing-support "3.12.9"]
'com.squareup.okhttp3:okhttp-testing-support:3.12.9'