| License |
License
https://github.com/icerockdev/moko-crash-reporting/blob/master/LICENSE.md
|
|---|---|
| Categories |
CategoriesReporting Business Logic Libraries CRaSH General Purpose Libraries Utility |
| GroupId | GroupIddev.icerock.moko |
| ArtifactId | ArtifactIdcrash-reporting-napier-android |
| Version | Version0.1.2 |
| Type | Typeaar |
| Description |
DescriptionMOKO crash reporting
Fatal and Non-Fatal reporting to Crashlytics for Kotlin Multiplatform Mobile
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/dev.icerock.moko/crash-reporting-napier-android/ -->
<dependency>
<groupId>dev.icerock.moko</groupId>
<artifactId>crash-reporting-napier-android</artifactId>
<version>0.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.icerock.moko/crash-reporting-napier-android/
implementation 'dev.icerock.moko:crash-reporting-napier-android:0.1.2'
// https://jarcasting.com/artifacts/dev.icerock.moko/crash-reporting-napier-android/
implementation ("dev.icerock.moko:crash-reporting-napier-android:0.1.2")
'dev.icerock.moko:crash-reporting-napier-android:aar:0.1.2'
<dependency org="dev.icerock.moko" name="crash-reporting-napier-android" rev="0.1.2">
<artifact name="crash-reporting-napier-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.icerock.moko', module='crash-reporting-napier-android', version='0.1.2')
)
libraryDependencies += "dev.icerock.moko" % "crash-reporting-napier-android" % "0.1.2"
[dev.icerock.moko/crash-reporting-napier-android "0.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.31 |
| dev.icerock.moko : crash-reporting-core-android | jar | 0.1.2 |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.4.31 |
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.appcompat » appcompat | jar | 1.1.0 |
| com.github.aakira » napier-android | jar | 1.4.1 |