is not current version
Last Version 0.5.1

dev.icerock.moko:errors-android-debug 0.5.0

Automated exceptions handler for mobile (android & ios) Kotlin Multiplatform development.

GroupId

GroupId

dev.icerock.moko
ArtifactId

ArtifactId

errors-android-debug
Version

Version

0.5.0
Type

Type

aar

Download errors-android-debug 0.5.0


<!-- https://jarcasting.com/artifacts/dev.icerock.moko/errors-android-debug/ -->
<dependency>
    <groupId>dev.icerock.moko</groupId>
    <artifactId>errors-android-debug</artifactId>
    <version>0.5.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.icerock.moko/errors-android-debug/
implementation 'dev.icerock.moko:errors-android-debug:0.5.0'
// https://jarcasting.com/artifacts/dev.icerock.moko/errors-android-debug/
implementation ("dev.icerock.moko:errors-android-debug:0.5.0")
'dev.icerock.moko:errors-android-debug:aar:0.5.0'
<dependency org="dev.icerock.moko" name="errors-android-debug" rev="0.5.0">
  <artifact name="errors-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.icerock.moko', module='errors-android-debug', version='0.5.0')
)
libraryDependencies += "dev.icerock.moko" % "errors-android-debug" % "0.5.0"
[dev.icerock.moko/errors-android-debug "0.5.0"]