MVN

com.instabug.library : instabugcompat

Maven & Gradle

Sep 09, 2016

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

<dependency>
    <groupId>com.instabug.library</groupId>
    <artifactId>instabugcompat</artifactId>
    <version>2.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.6.2

All Versions

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

Version Vulnerabilities Updated
2.6.x
instabugcompat-2.6.2
instabugcompat-2.6.1
instabugcompat-2.6.0
2.5.x
instabugcompat-2.5.1
instabugcompat-2.5.0
2.4.x
instabugcompat-2.4.1
instabugcompat-2.4.0
2.3.x
instabugcompat-2.3.3
instabugcompat-2.3.2
instabugcompat-2.3.1
2.3
instabugcompat-2.3
2.2.x
instabugcompat-2.2.1
2.2
instabugcompat-2.2
2.1.x
instabugcompat-2.1.1
2.1
instabugcompat-2.1
2.0.x
instabugcompat-2.0.1
2.0
instabugcompat-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.instabug.library</groupId>
    <artifactId>instabugcompat</artifactId>
    <version>2.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.instabug.library : instabugcompat gradle dependency to your build.gradle file:

implementation 'com.instabug.library:instabugcompat:2.6.2'

Gradle Kotlin DSL: Add the following com.instabug.library : instabugcompat gradle kotlin dependency to your build.gradle.kts file:

implementation("com.instabug.library:instabugcompat:2.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.instabug.library : instabugcompat sbt scala dependency to your build.sbt file:

libraryDependencies += "com.instabug.library" % "instabugcompat" % "2.6.2"

Advertisement