is not current version
Last Version 2.2

com.bugsee:bugsee-android-gradle-plugin 1.1-beta1

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.1-beta1
Type

Type

jar

Download bugsee-android-gradle-plugin 1.1-beta1


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