MVN

fr.nicolaspomepuy.androidwearcrashreport : crashreport-mobile

Maven & Gradle

Sep 27, 2015
55 stars

Crash reporter for Android Wear device · Allows you to retrieve exceptions of an Android Wear app in your handheld's one

<dependency>
    <groupId>fr.nicolaspomepuy.androidwearcrashreport</groupId>
    <artifactId>crashreport-mobile</artifactId>
    <version>0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.nicolaspomepuy.androidwearcrashreport : crashreport-mobile to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6

All Versions

Choose a version of fr.nicolaspomepuy.androidwearcrashreport : crashreport-mobile to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
crashreport-mobile-0.6
0.5
crashreport-mobile-0.5
0.4
crashreport-mobile-0.4
0.3
crashreport-mobile-0.3
0.2
crashreport-mobile-0.2
0.1
crashreport-mobile-0.1

How to add a dependency to Maven

Add the following fr.nicolaspomepuy.androidwearcrashreport : crashreport-mobile maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.nicolaspomepuy.androidwearcrashreport</groupId>
    <artifactId>crashreport-mobile</artifactId>
    <version>0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.nicolaspomepuy.androidwearcrashreport : crashreport-mobile gradle dependency to your build.gradle file:

implementation 'fr.nicolaspomepuy.androidwearcrashreport:crashreport-mobile:0.6'

Gradle Kotlin DSL: Add the following fr.nicolaspomepuy.androidwearcrashreport : crashreport-mobile gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.nicolaspomepuy.androidwearcrashreport:crashreport-mobile:0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.nicolaspomepuy.androidwearcrashreport : crashreport-mobile sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.nicolaspomepuy.androidwearcrashreport" % "crashreport-mobile" % "0.6"

Advertisement