b

bugsnag

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