is not current version
Last Version 3.6.3

com.bugsnag:bugsnag 3.0.2

Official Bugsnag notifier for Java applications

GroupId

GroupId

com.bugsnag
ArtifactId

ArtifactId

bugsnag
Version

Version

3.0.2
Type

Type

jar

Download bugsnag 3.0.2


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