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 3.0.0


Group ID:
eu.flierl
Artifact ID:
sglicko2_3
Version:
3.0.0
Release Date:
Jul 3, 2022
Licenses:
ISC
Files:

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

Mill build tool

ivy"eu.flierl::sglicko2:3.0.0"

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>eu.flierl</groupId>
  <artifactId>sglicko2_3</artifactId>
  <version>3.0.0</version>
</dependency>

compile group: 'eu.flierl', name: 'sglicko2_3', version: '3.0.0'