MVN

io.github.woody230.ktx : comparator-jvm

Maven & Gradle

Aug 19, 2023
6 stars

Ktx Comparator · Object comparators.

<dependency>
    <groupId>io.github.woody230.ktx</groupId>
    <artifactId>comparator-jvm</artifactId>
    <version>6.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.woody230.ktx : comparator-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.0

All Versions

Choose a version of io.github.woody230.ktx : comparator-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
comparator-jvm-6.1.0
6.0.x
comparator-jvm-6.0.0
5.0.x
comparator-jvm-5.0.0
4.1.x
comparator-jvm-4.1.0
4.0.x
comparator-jvm-4.0.1

How to add a dependency to Maven

Add the following io.github.woody230.ktx : comparator-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.woody230.ktx</groupId>
    <artifactId>comparator-jvm</artifactId>
    <version>6.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.woody230.ktx : comparator-jvm gradle dependency to your build.gradle file:

implementation 'io.github.woody230.ktx:comparator-jvm:6.1.0'

Gradle Kotlin DSL: Add the following io.github.woody230.ktx : comparator-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.woody230.ktx:comparator-jvm:6.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.woody230.ktx : comparator-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.woody230.ktx" % "comparator-jvm" % "6.1.0"