forwardloop / glicko2s   0.9.4

MIT License GitHub

Glicko2 (improved ELO) sports players rating system for the JVM

Scala versions: 2.12 2.11

glicko2s 0.9.3


Group ID:
com.github.forwardloop
Artifact ID:
glicko2s_2.11
Version:
0.9.3
Release Date:
Mar 2, 2018
Licenses:
MIT
Files:

libraryDependencies += "com.github.forwardloop" %% "glicko2s" % "0.9.3"

Mill build tool

ivy"com.github.forwardloop::glicko2s:0.9.3"

Scala CLI

//> using dep "com.github.forwardloop::glicko2s:0.9.3"

Ammonite REPL

import $ivy.`com.github.forwardloop::glicko2s:0.9.3`

<dependency>
  <groupId>com.github.forwardloop</groupId>
  <artifactId>glicko2s_2.11</artifactId>
  <version>0.9.3</version>
</dependency>

compile group: 'com.github.forwardloop', name: 'glicko2s_2.11', version: '0.9.3'