c

comparator-android-debug

Extensions for the Kotlin standard library and third-party libraries.
https://github.com/Woody230/KotlinExtensions
The Apache Software License, Version 2.0
Brandon Selzer
文件下载
文件名 操作
comparator-android-debug-4.0.1.pom 下载
comparator-android-debug-4.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.woody230.ktx</groupId>
  <artifactId>comparator-android-debug</artifactId>
  <version>4.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.woody230.ktx:comparator-android-debug:4.0.1'
Gradle Kotlin
implementation("io.github.woody230.ktx:comparator-android-debug:4.0.1")
Scala SBT
libraryDependencies += "io.github.woody230.ktx" % "comparator-android-debug" % "4.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.woody230.ktx', module='comparator-android-debug', version='4.0.1')
)
Apache Ivy
<dependency org="io.github.woody230.ktx" name="comparator-android-debug" rev="4.0.1" />
Leiningen
[io.github.woody230.ktx/comparator-android-debug "4.0.1"]
Apache Buildr
'io.github.woody230.ktx:comparator-android-debug:jar:4.0.1'