не последняя версия
Последняя версия 3.0.0

com.samebug.notifier:samebug-notifier 2.0.0

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.

Группа

Группа

com.samebug.notifier
Идентификатор

Идентификатор

samebug-notifier
Версия

Версия

2.0.0
Тип

Тип

jar

Скачать samebug-notifier 2.0.0


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