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.0


Group ID:
sglicko2
Artifact ID:
sglicko2_2.10
Version:
1.0
Release Date:
Jan 23, 2015
Licenses:

libraryDependencies += "sglicko2" %% "sglicko2" % "1.0"
resolvers += Resolver.bintrayRepo("asflierl", "maven")

Mill build tool

ivy"sglicko2::sglicko2:1.0"
MavenRepository("https://dl.bintray.com/asflierl/maven")

Scala CLI

//> using dep "sglicko2::sglicko2:1.0"

Ammonite REPL

import $ivy.`sglicko2::sglicko2:1.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray asflierl maven",
  "Some(https://dl.bintray.com/asflierl/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>sglicko2</groupId>
  <artifactId>sglicko2_2.10</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'sglicko2', name: 'sglicko2_2.10', version: '1.0'