is not current version
Last Version 3.6.3

com.bugsnag:bugsnag 1.2.6

Official Bugsnag notifier for Java applications

GroupId

GroupId

com.bugsnag
ArtifactId

ArtifactId

bugsnag
Version

Version

1.2.6
Type

Type

jar

Download bugsnag 1.2.6


<!-- https://jarcasting.com/artifacts/com.bugsnag/bugsnag/ -->
<dependency>
    <groupId>com.bugsnag</groupId>
    <artifactId>bugsnag</artifactId>
    <version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.bugsnag/bugsnag/
implementation 'com.bugsnag:bugsnag:1.2.6'
// https://jarcasting.com/artifacts/com.bugsnag/bugsnag/
implementation ("com.bugsnag:bugsnag:1.2.6")
'com.bugsnag:bugsnag:jar:1.2.6'
<dependency org="com.bugsnag" name="bugsnag" rev="1.2.6">
  <artifact name="bugsnag" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bugsnag', module='bugsnag', version='1.2.6')
)
libraryDependencies += "com.bugsnag" % "bugsnag" % "1.2.6"
[com.bugsnag/bugsnag "1.2.6"]