is not current version
Last Version 3.6.3

com.bugsnag:bugsnag 1.0.3

Official Bugsnag notifier for Java applications

GroupId

GroupId

com.bugsnag
ArtifactId

ArtifactId

bugsnag
Version

Version

1.0.3
Type

Type

jar

Download bugsnag 1.0.3


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