License |
License |
---|---|
GroupId | GroupIddev.icerock.moko |
ArtifactId | ArtifactIdtest-core-android-debug |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionMOKO test
Test utilities for mobile (android & ios) Kotlin Multiplatform development
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
test-core-android-debug-0.5.0.pom | |
test-core-android-debug-0.5.0-sources.jar | 7 KB |
test-core-android-debug-0.5.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/dev.icerock.moko/test-core-android-debug/ -->
<dependency>
<groupId>dev.icerock.moko</groupId>
<artifactId>test-core-android-debug</artifactId>
<version>0.5.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.icerock.moko/test-core-android-debug/
implementation 'dev.icerock.moko:test-core-android-debug:0.5.0'
// https://jarcasting.com/artifacts/dev.icerock.moko/test-core-android-debug/
implementation ("dev.icerock.moko:test-core-android-debug:0.5.0")
'dev.icerock.moko:test-core-android-debug:aar:0.5.0'
<dependency org="dev.icerock.moko" name="test-core-android-debug" rev="0.5.0">
<artifact name="test-core-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.icerock.moko', module='test-core-android-debug', version='0.5.0')
)
libraryDependencies += "dev.icerock.moko" % "test-core-android-debug" % "0.5.0"
[dev.icerock.moko/test-core-android-debug "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.6.10 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.10 |
org.jetbrains.kotlinx : kotlinx-coroutines-test-jvm | jar | 1.6.0 |
androidx.arch.core » core-testing | jar | 2.1.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.6.0 |