b

bugtags-gradle

Simple and effective bug & crash reporting tool for Android apps
https://bugtags.com
The Apache Software License, Version 2.0
Bugtags, Ltd.
Files download
File Operation
bugtags-gradle-2.1.6.jar download
bugtags-gradle-2.1.6.pom download
bugtags-gradle-2.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.bugtags.library</groupId>
  <artifactId>bugtags-gradle</artifactId>
  <version>2.1.6</version>
</dependency>
Gradle Groovy
implementation 'com.bugtags.library:bugtags-gradle:2.1.6'
Gradle Kotlin
implementation("com.bugtags.library:bugtags-gradle:2.1.6")
Scala SBT
libraryDependencies += "com.bugtags.library" % "bugtags-gradle" % "2.1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.bugtags.library', module='bugtags-gradle', version='2.1.6')
)
Apache Ivy
<dependency org="com.bugtags.library" name="bugtags-gradle" rev="2.1.6" />
Leiningen
[com.bugtags.library/bugtags-gradle "2.1.6"]
Apache Buildr
'com.bugtags.library:bugtags-gradle:jar:2.1.6'