MVN

com.instabug.library : instabugabs

Maven & Gradle

Sep 09, 2016

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

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

Latest Version

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

  • Latest Stable: 2.6.2

All Versions

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

Version Vulnerabilities Updated
2.6.x
instabugabs-2.6.2
instabugabs-2.6.1
instabugabs-2.6.0
2.5.x
instabugabs-2.5.1
instabugabs-2.5.0
2.4.x
instabugabs-2.4.1
instabugabs-2.4.0
2.3.x
instabugabs-2.3.3
instabugabs-2.3.2
instabugabs-2.3.1
2.3
instabugabs-2.3
2.2.x
instabugabs-2.2.1
2.2
instabugabs-2.2
2.1.x
instabugabs-2.1.1
2.1
instabugabs-2.1
2.0.x
instabugabs-2.0.1
2.0
instabugabs-2.0
1.7.x
instabugabs-1.7.4
instabugabs-1.7.3
instabugabs-1.7.2
instabugabs-1.7.1
1.7
instabugabs-1.7
1.6.x
instabugabs-1.6.1
1.6
instabugabs-1.6
1.5
instabugabs-1.5
1.4
instabugabs-1.4
1.3.x
instabugabs-1.3.9
instabugabs-1.3.8.1
instabugabs-1.3.8
instabugabs-1.3.7
instabugabs-1.3.6
instabugabs-1.3.5
instabugabs-1.3.4.1
instabugabs-1.3.4
instabugabs-1.3.3
instabugabs-1.3.2
instabugabs-1.3.1
1.3
instabugabs-1.3
1.2.x
instabugabs-1.2.9

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement