a

arch-test-android-debug

Sample Kotlin Multiplatform arch library
https://github.com/ThugRzz/arch-test
MIT
Andrey
文件下载
文件名 操作
arch-test-android-debug-1.0.pom 下载
arch-test-android-debug-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.thugrzz</groupId>
  <artifactId>arch-test-android-debug</artifactId>
  <version>1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.thugrzz:arch-test-android-debug:1.0'
Gradle Kotlin
implementation("io.github.thugrzz:arch-test-android-debug:1.0")
Scala SBT
libraryDependencies += "io.github.thugrzz" % "arch-test-android-debug" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.thugrzz', module='arch-test-android-debug', version='1.0')
)
Apache Ivy
<dependency org="io.github.thugrzz" name="arch-test-android-debug" rev="1.0" />
Leiningen
[io.github.thugrzz/arch-test-android-debug "1.0"]
Apache Buildr
'io.github.thugrzz:arch-test-android-debug:jar:1.0'