License |
License |
---|---|
Categories |
CategoriesReporting Business Logic Libraries CRaSH General Purpose Libraries Utility |
GroupId | GroupIddev.icerock.moko |
ArtifactId | ArtifactIdcrash-reporting-core-android-debug |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
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-core-android-debug/ -->
<dependency>
<groupId>dev.icerock.moko</groupId>
<artifactId>crash-reporting-core-android-debug</artifactId>
<version>0.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.icerock.moko/crash-reporting-core-android-debug/
implementation 'dev.icerock.moko:crash-reporting-core-android-debug:0.2.1'
// https://jarcasting.com/artifacts/dev.icerock.moko/crash-reporting-core-android-debug/
implementation ("dev.icerock.moko:crash-reporting-core-android-debug:0.2.1")
'dev.icerock.moko:crash-reporting-core-android-debug:aar:0.2.1'
<dependency org="dev.icerock.moko" name="crash-reporting-core-android-debug" rev="0.2.1">
<artifact name="crash-reporting-core-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.icerock.moko', module='crash-reporting-core-android-debug', version='0.2.1')
)
libraryDependencies += "dev.icerock.moko" % "crash-reporting-core-android-debug" % "0.2.1"
[dev.icerock.moko/crash-reporting-core-android-debug "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.20 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.2.0 |