is not current version
Last Version 3.6.3

com.bugsnag:bugsnag 3.4.1

'Official Bugsnag notifier for Java applications'

GroupId

GroupId

com.bugsnag
ArtifactId

ArtifactId

bugsnag
Version

Version

3.4.1
Type

Type

jar

Download bugsnag 3.4.1


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