MVN

com.growingio.android : okhttp3

Maven & Gradle

Aug 16, 2023
4 usages
73 stars

Tracker OkHttp 3.x Integration · An integration library to use OkHttp 3.x to fetch data over http/https in GrowingIO Tracker Sdk.

<dependency>
    <groupId>com.growingio.android</groupId>
    <artifactId>okhttp3</artifactId>
    <version>3.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.growingio.android : okhttp3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.1

All Versions

Choose a version of com.growingio.android : okhttp3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
okhttp3-3.5.1
okhttp3-3.5.0
3.4.x
okhttp3-3.4.7
okhttp3-3.4.6
okhttp3-3.4.5
okhttp3-3.4.4
okhttp3-3.4.3
okhttp3-3.4.2
okhttp3-3.4.1
okhttp3-3.4.0
3.3.x
okhttp3-3.3.8
okhttp3-3.3.7
okhttp3-3.3.6
okhttp3-3.3.5
okhttp3-3.3.4
okhttp3-3.3.3
okhttp3-3.3.2
okhttp3-3.3.1
okhttp3-3.3.0
3.2.x
okhttp3-3.2.2
okhttp3-3.2.1
okhttp3-3.2.0

How to add a dependency to Maven

Add the following com.growingio.android : okhttp3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.growingio.android</groupId>
    <artifactId>okhttp3</artifactId>
    <version>3.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.growingio.android : okhttp3 gradle dependency to your build.gradle file:

implementation 'com.growingio.android:okhttp3:3.5.1'

Gradle Kotlin DSL: Add the following com.growingio.android : okhttp3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.growingio.android:okhttp3:3.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.growingio.android : okhttp3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.growingio.android" % "okhttp3" % "3.5.1"

Advertisement