| GroupId | GroupIddev.icerock.moko |
|---|---|
| ArtifactId | ArtifactIdmedia-test-android-debug |
| Version | Version0.7.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| media-test-android-debug-0.7.0.pom | |
| media-test-android-debug-0.7.0-sources.jar | 3 KB |
| media-test-android-debug-0.7.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.icerock.moko/media-test-android-debug/ -->
<dependency>
<groupId>dev.icerock.moko</groupId>
<artifactId>media-test-android-debug</artifactId>
<version>0.7.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.icerock.moko/media-test-android-debug/
implementation 'dev.icerock.moko:media-test-android-debug:0.7.0'
// https://jarcasting.com/artifacts/dev.icerock.moko/media-test-android-debug/
implementation ("dev.icerock.moko:media-test-android-debug:0.7.0")
'dev.icerock.moko:media-test-android-debug:aar:0.7.0'
<dependency org="dev.icerock.moko" name="media-test-android-debug" rev="0.7.0">
<artifact name="media-test-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.icerock.moko', module='media-test-android-debug', version='0.7.0')
)
libraryDependencies += "dev.icerock.moko" % "media-test-android-debug" % "0.7.0"
[dev.icerock.moko/media-test-android-debug "0.7.0"]