License |
License
https://github.com/icerockdev/moko-graphics/blob/master/LICENSE.md
|
---|---|
GroupId | GroupIddev.icerock.moko |
ArtifactId | ArtifactIdgraphics-android-debug |
Version | Version0.6.1 |
Type | Typeaar |
Description |
DescriptionMOKO graphics
Graphics primitives for mobile (android & ios) Kotlin Multiplatform development
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graphics-android-debug-0.6.1.pom | |
graphics-android-debug-0.6.1-sources.jar | 2 KB |
graphics-android-debug-0.6.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/dev.icerock.moko/graphics-android-debug/ -->
<dependency>
<groupId>dev.icerock.moko</groupId>
<artifactId>graphics-android-debug</artifactId>
<version>0.6.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.icerock.moko/graphics-android-debug/
implementation 'dev.icerock.moko:graphics-android-debug:0.6.1'
// https://jarcasting.com/artifacts/dev.icerock.moko/graphics-android-debug/
implementation ("dev.icerock.moko:graphics-android-debug:0.6.1")
'dev.icerock.moko:graphics-android-debug:aar:0.6.1'
<dependency org="dev.icerock.moko" name="graphics-android-debug" rev="0.6.1">
<artifact name="graphics-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.icerock.moko', module='graphics-android-debug', version='0.6.1')
)
libraryDependencies += "dev.icerock.moko" % "graphics-android-debug" % "0.6.1"
[dev.icerock.moko/graphics-android-debug "0.6.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.31 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.4.31 |
Group / Artifact | Type | Version |
---|---|---|
androidx.annotation » annotation | jar | 1.1.0 |