is not current version
Last Version 3.6.3

com.bugsnag:bugsnag 1.1.0

Official Bugsnag notifier for Java applications

GroupId

GroupId

com.bugsnag
ArtifactId

ArtifactId

bugsnag
Version

Version

1.1.0
Type

Type

jar

Download bugsnag 1.1.0


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