is not current version
Last Version 3.0.0

com.samebug.notifier:samebug-notifier 1.0.1

The Samebug Notifier is the client-part library of Samebug. It enables the users of Samebug to send exceptions of their application to the Samebug Server, where they can manage the errors.

GroupId

GroupId

com.samebug.notifier
ArtifactId

ArtifactId

samebug-notifier
Version

Version

1.0.1
Type

Type

jar

Download samebug-notifier 1.0.1


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