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