b

bugtags-gradle

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