g

graphics-android-debug

Graphics primitives for mobile (android & ios) Kotlin Multiplatform development
https://github.com/icerockdev/moko-graphics
Aleksey Mikhailov Nagy Robert
文件下载
文件名 操作
graphics-android-debug-0.6.1.pom 下载
graphics-android-debug-0.6.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>dev.icerock.moko</groupId>
  <artifactId>graphics-android-debug</artifactId>
  <version>0.6.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'dev.icerock.moko:graphics-android-debug:0.6.1'
Gradle Kotlin
implementation("dev.icerock.moko:graphics-android-debug:0.6.1")
Scala SBT
libraryDependencies += "dev.icerock.moko" % "graphics-android-debug" % "0.6.1"
Groovy Grape
@Grapes(
  @Grab(group='dev.icerock.moko', module='graphics-android-debug', version='0.6.1')
)
Apache Ivy
<dependency org="dev.icerock.moko" name="graphics-android-debug" rev="0.6.1" />
Leiningen
[dev.icerock.moko/graphics-android-debug "0.6.1"]
Apache Buildr
'dev.icerock.moko:graphics-android-debug:jar:0.6.1'