MVN

com.samebug.notifier : samebug-notifier-android

Maven & Gradle

Jul 31, 2014

Samebug Notifier for Android · Client-part library of Samebug for Android. It enables the users of Samebug to send exceptions of their application to the Samebug Server, where they can manage the errors.

<dependency>
    <groupId>com.samebug.notifier</groupId>
    <artifactId>samebug-notifier-android</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.samebug.notifier : samebug-notifier-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.samebug.notifier : samebug-notifier-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
samebug-notifier-android-1.0.1

How to add a dependency to Maven

Add the following com.samebug.notifier : samebug-notifier-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.samebug.notifier</groupId>
    <artifactId>samebug-notifier-android</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.samebug.notifier : samebug-notifier-android gradle dependency to your build.gradle file:

implementation 'com.samebug.notifier:samebug-notifier-android:1.0.1'

Gradle Kotlin DSL: Add the following com.samebug.notifier : samebug-notifier-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.samebug.notifier:samebug-notifier-android:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.samebug.notifier : samebug-notifier-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.samebug.notifier" % "samebug-notifier-android" % "1.0.1"