Files download
File Operation
comparator-android-debug-6.1.0.pom download
comparator-android-debug-6.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.woody230.ktx</groupId>
  <artifactId>comparator-android-debug</artifactId>
  <version>6.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.woody230.ktx:comparator-android-debug:6.1.0'
Gradle Kotlin
implementation("io.github.woody230.ktx:comparator-android-debug:6.1.0")
Scala SBT
libraryDependencies += "io.github.woody230.ktx" % "comparator-android-debug" % "6.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.woody230.ktx', module='comparator-android-debug', version='6.1.0')
)
Apache Ivy
<dependency org="io.github.woody230.ktx" name="comparator-android-debug" rev="6.1.0" />
Leiningen
[io.github.woody230.ktx/comparator-android-debug "6.1.0"]
Apache Buildr
'io.github.woody230.ktx:comparator-android-debug:jar:6.1.0'