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


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

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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