MVN

com.bugsee : bugsee-android-gradle-plugin

Maven & Gradle

Mar 13, 2023

Bugsee Android Gradle Plugin · Gradle plugin for Bugsee to automatically upload ProGuard mapping files

<dependency>
    <groupId>com.bugsee</groupId>
    <artifactId>bugsee-android-gradle-plugin</artifactId>
    <version>3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2
  • Latest Beta: 1.2-beta2

All Versions

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

Version Vulnerabilities Updated
3.2
bugsee-android-gradle-plugin-3.2
3.1
bugsee-android-gradle-plugin-3.1
3.0
bugsee-android-gradle-plugin-3.0
2.3
bugsee-android-gradle-plugin-2.3
2.2
bugsee-android-gradle-plugin-2.2
2.1
bugsee-android-gradle-plugin-2.1
2.0
bugsee-android-gradle-plugin-2.0
1.2
bugsee-android-gradle-plugin-1.2
bugsee-android-gradle-plugin-1.2-beta2
bugsee-android-gradle-plugin-1.2-beta1
1.1
bugsee-android-gradle-plugin-1.1
bugsee-android-gradle-plugin-1.1-beta1
1.0.x
bugsee-android-gradle-plugin-1.0.7
bugsee-android-gradle-plugin-1.0.6
bugsee-android-gradle-plugin-1.0.5
bugsee-android-gradle-plugin-1.0.4
bugsee-android-gradle-plugin-1.0.3
bugsee-android-gradle-plugin-1.0.2
bugsee-android-gradle-plugin-1.0.1
bugsee-android-gradle-plugin-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bugsee</groupId>
    <artifactId>bugsee-android-gradle-plugin</artifactId>
    <version>3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bugsee : bugsee-android-gradle-plugin gradle dependency to your build.gradle file:

implementation 'com.bugsee:bugsee-android-gradle-plugin:3.2'

Gradle Kotlin DSL: Add the following com.bugsee : bugsee-android-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bugsee:bugsee-android-gradle-plugin:3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bugsee : bugsee-android-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bugsee" % "bugsee-android-gradle-plugin" % "3.2"