kschuetz / compound-sort-helpers   1.0.2

Apache License 2.0 GitHub

Functions to facilitate compound sorting strategies by composing sort comparators

Scala versions: 2.12 2.11 2.10

compound-sort-helpers 1.0.0


Group ID:
com.github.kschuetz
Artifact ID:
compound-sort-helpers_2.10
Version:
1.0.0
Release Date:
Feb 12, 2014
Licenses:
Files:

libraryDependencies += "com.github.kschuetz" %% "compound-sort-helpers" % "1.0.0"

Mill build tool

ivy"com.github.kschuetz::compound-sort-helpers:1.0.0"

Scala CLI

//> using dep "com.github.kschuetz::compound-sort-helpers:1.0.0"

Ammonite REPL

import $ivy.`com.github.kschuetz::compound-sort-helpers:1.0.0`

<dependency>
  <groupId>com.github.kschuetz</groupId>
  <artifactId>compound-sort-helpers_2.10</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.github.kschuetz', name: 'compound-sort-helpers_2.10', version: '1.0.0'