MVN

com.instabug.library : com.instabug.library.gradle.plugin

Maven & Gradle

Dec 06, 2023

Instabug Plugin wrapper · Instabug Android SDK: In-App feedback for mobile apps!

<dependency>
    <groupId>com.instabug.library</groupId>
    <artifactId>com.instabug.library.gradle.plugin</artifactId>
    <version>12.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 12.4.1

All Versions

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

Version Vulnerabilities Updated
12.4.x
com.instabug.library.gradle.plugin-12.4.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.instabug.library</groupId>
    <artifactId>com.instabug.library.gradle.plugin</artifactId>
    <version>12.4.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.instabug.library:com.instabug.library.gradle.plugin:12.4.1'

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

implementation("com.instabug.library:com.instabug.library.gradle.plugin:12.4.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.instabug.library" % "com.instabug.library.gradle.plugin" % "12.4.1"