| License |
License |
|---|---|
| Categories |
CategoriesCRaSH General Purpose Libraries Utility |
| GroupId | GroupIdfr.nicolaspomepuy.androidwearcrashreport |
| ArtifactId | ArtifactIdcrashreport-mobile |
| Version | Version0.6 |
| Type | Typeaar |
| Description |
DescriptionCrash reporter for Android Wear device
Allows you to retrieve exceptions of an Android Wear app in your handheld's one
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| crashreport-mobile-0.6.pom | |
| crashreport-mobile-0.6.aar | 9 KB |
| crashreport-mobile-0.6-sources.jar | 4 KB |
| crashreport-mobile-0.6-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.nicolaspomepuy.androidwearcrashreport/crashreport-mobile/ -->
<dependency>
<groupId>fr.nicolaspomepuy.androidwearcrashreport</groupId>
<artifactId>crashreport-mobile</artifactId>
<version>0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/fr.nicolaspomepuy.androidwearcrashreport/crashreport-mobile/
implementation 'fr.nicolaspomepuy.androidwearcrashreport:crashreport-mobile:0.6'
// https://jarcasting.com/artifacts/fr.nicolaspomepuy.androidwearcrashreport/crashreport-mobile/
implementation ("fr.nicolaspomepuy.androidwearcrashreport:crashreport-mobile:0.6")
'fr.nicolaspomepuy.androidwearcrashreport:crashreport-mobile:aar:0.6'
<dependency org="fr.nicolaspomepuy.androidwearcrashreport" name="crashreport-mobile" rev="0.6">
<artifact name="crashreport-mobile" type="aar" />
</dependency>
@Grapes(
@Grab(group='fr.nicolaspomepuy.androidwearcrashreport', module='crashreport-mobile', version='0.6')
)
libraryDependencies += "fr.nicolaspomepuy.androidwearcrashreport" % "crashreport-mobile" % "0.6"
[fr.nicolaspomepuy.androidwearcrashreport/crashreport-mobile "0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android.gms » play-services-wearable | jar | 8.1.0 |