b

bugsnag

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