b

bugsnag-android

Official Bugsnag notifier for Android applications
https://bugsnag.com
MIT
James Smith
Files download
File Operation
bugsnag-android-2.0.7.jar download
bugsnag-android-2.0.7.pom download
bugsnag-android-2.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.bugsnag</groupId>
  <artifactId>bugsnag-android</artifactId>
  <version>2.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.bugsnag:bugsnag-android:2.0.7'
Gradle Kotlin
implementation("com.bugsnag:bugsnag-android:2.0.7")
Scala SBT
libraryDependencies += "com.bugsnag" % "bugsnag-android" % "2.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.bugsnag', module='bugsnag-android', version='2.0.7')
)
Apache Ivy
<dependency org="com.bugsnag" name="bugsnag-android" rev="2.0.7" />
Leiningen
[com.bugsnag/bugsnag-android "2.0.7"]
Apache Buildr
'com.bugsnag:bugsnag-android:jar:2.0.7'