MVN

com.instabug.library : instabug-apm-okhttp-interceptor

Maven & Gradle

Jun 22, 2023

Instabug Support Library · Instabug Android SDK: In-App feedback for mobile apps!

<dependency>
    <groupId>com.instabug.library</groupId>
    <artifactId>instabug-apm-okhttp-interceptor</artifactId>
    <version>11.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.instabug.library : instabug-apm-okhttp-interceptor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.13.0

All Versions

Choose a version of com.instabug.library : instabug-apm-okhttp-interceptor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.13.x
instabug-apm-okhttp-interceptor-11.13.0
11.12.x
instabug-apm-okhttp-interceptor-11.12.0
11.11.x
instabug-apm-okhttp-interceptor-11.11.0
11.10.x
instabug-apm-okhttp-interceptor-11.10.0
11.9.x
instabug-apm-okhttp-interceptor-11.9.0
11.8.x
instabug-apm-okhttp-interceptor-11.8.0
11.7.x
instabug-apm-okhttp-interceptor-11.7.0
11.6.x
instabug-apm-okhttp-interceptor-11.6.0
11.5.x
instabug-apm-okhttp-interceptor-11.5.4
instabug-apm-okhttp-interceptor-11.5.3
instabug-apm-okhttp-interceptor-11.5.2
instabug-apm-okhttp-interceptor-11.5.1
instabug-apm-okhttp-interceptor-11.5.0
11.4.x
instabug-apm-okhttp-interceptor-11.4.1
instabug-apm-okhttp-interceptor-11.4.0
11.3.x
instabug-apm-okhttp-interceptor-11.3.0
11.2.x
instabug-apm-okhttp-interceptor-11.2.0
11.1.x
instabug-apm-okhttp-interceptor-11.1.0
11.0.x
instabug-apm-okhttp-interceptor-11.0.0
10.13.x
instabug-apm-okhttp-interceptor-10.13.0
10.12.x
instabug-apm-okhttp-interceptor-10.12.3
instabug-apm-okhttp-interceptor-10.12.2
instabug-apm-okhttp-interceptor-10.12.1
instabug-apm-okhttp-interceptor-10.12.0
10.11.x
instabug-apm-okhttp-interceptor-10.11.1
instabug-apm-okhttp-interceptor-10.11.0
10.10.x
instabug-apm-okhttp-interceptor-10.10.1
instabug-apm-okhttp-interceptor-10.10.0
10.9.x
instabug-apm-okhttp-interceptor-10.9.1
instabug-apm-okhttp-interceptor-10.9.0
10.8.x
instabug-apm-okhttp-interceptor-10.8.2
instabug-apm-okhttp-interceptor-10.8.1
instabug-apm-okhttp-interceptor-10.8.0
10.7.x
instabug-apm-okhttp-interceptor-10.7.2
instabug-apm-okhttp-interceptor-10.7.1
instabug-apm-okhttp-interceptor-10.7.0
10.6.x
instabug-apm-okhttp-interceptor-10.6.1
instabug-apm-okhttp-interceptor-10.6.0
10.5.x
instabug-apm-okhttp-interceptor-10.5.1
instabug-apm-okhttp-interceptor-10.5.0
10.4.x
instabug-apm-okhttp-interceptor-10.4.3
instabug-apm-okhttp-interceptor-10.4.2
instabug-apm-okhttp-interceptor-10.4.1
instabug-apm-okhttp-interceptor-10.4.0
10.3.x
instabug-apm-okhttp-interceptor-10.3.0
10.2.x
instabug-apm-okhttp-interceptor-10.2.0
10.1.x
instabug-apm-okhttp-interceptor-10.1.1
instabug-apm-okhttp-interceptor-10.1.0.1
instabug-apm-okhttp-interceptor-10.1.0
10.0.x
instabug-apm-okhttp-interceptor-10.0.1
instabug-apm-okhttp-interceptor-10.0.0

How to add a dependency to Maven

Add the following com.instabug.library : instabug-apm-okhttp-interceptor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.instabug.library</groupId>
    <artifactId>instabug-apm-okhttp-interceptor</artifactId>
    <version>11.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.instabug.library : instabug-apm-okhttp-interceptor gradle dependency to your build.gradle file:

implementation 'com.instabug.library:instabug-apm-okhttp-interceptor:11.13.0'

Gradle Kotlin DSL: Add the following com.instabug.library : instabug-apm-okhttp-interceptor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.instabug.library:instabug-apm-okhttp-interceptor:11.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.instabug.library : instabug-apm-okhttp-interceptor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.instabug.library" % "instabug-apm-okhttp-interceptor" % "11.13.0"