is not current version
Last Version 2.2

com.bugsee:bugsee-android-gradle-plugin 1.2-beta2

Gradle plugin for Bugsee to automatically upload ProGuard mapping files

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.bugsee
ArtifactId

ArtifactId

bugsee-android-gradle-plugin
Version

Version

1.2-beta2
Type

Type

jar

Download bugsee-android-gradle-plugin 1.2-beta2


<!-- https://jarcasting.com/artifacts/com.bugsee/bugsee-android-gradle-plugin/ -->
<dependency>
    <groupId>com.bugsee</groupId>
    <artifactId>bugsee-android-gradle-plugin</artifactId>
    <version>1.2-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bugsee/bugsee-android-gradle-plugin/
implementation 'com.bugsee:bugsee-android-gradle-plugin:1.2-beta2'
// https://jarcasting.com/artifacts/com.bugsee/bugsee-android-gradle-plugin/
implementation ("com.bugsee:bugsee-android-gradle-plugin:1.2-beta2")
'com.bugsee:bugsee-android-gradle-plugin:jar:1.2-beta2'
<dependency org="com.bugsee" name="bugsee-android-gradle-plugin" rev="1.2-beta2">
  <artifact name="bugsee-android-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bugsee', module='bugsee-android-gradle-plugin', version='1.2-beta2')
)
libraryDependencies += "com.bugsee" % "bugsee-android-gradle-plugin" % "1.2-beta2"
[com.bugsee/bugsee-android-gradle-plugin "1.2-beta2"]