asflierl / sglicko2   3.0.0

ISC License GitHub

A small & simple implementation of the Glicko-2 rating algorithm in Scala.

Scala versions: 3.x 2.13 2.12 2.11 2.10

sglicko2 1.7.0


Group ID:
eu.flierl
Artifact ID:
sglicko2_2.13
Version:
1.7.0
Release Date:
Mar 22, 2021
Licenses:
Files:

libraryDependencies += "eu.flierl" %% "sglicko2" % "1.7.0"

Mill build tool

ivy"eu.flierl::sglicko2:1.7.0"

Scala CLI

//> using dep "eu.flierl::sglicko2:1.7.0"

Ammonite REPL

import $ivy.`eu.flierl::sglicko2:1.7.0`

<dependency>
  <groupId>eu.flierl</groupId>
  <artifactId>sglicko2_2.13</artifactId>
  <version>1.7.0</version>
</dependency>

compile group: 'eu.flierl', name: 'sglicko2_2.13', version: '1.7.0'