esap120 / scala-elo   1.0.1

MIT License GitHub

Scala Implementation of Elo Rating System

Scala versions: 2.12 2.11 2.10

scala-elo 1.0.0


Group ID:
com.github.esap120
Artifact ID:
scala-elo_2.10
Version:
1.0.0
Release Date:
Apr 5, 2018
Licenses:
MIT
Files:

libraryDependencies += "com.github.esap120" %% "scala-elo" % "1.0.0"

Mill build tool

ivy"com.github.esap120::scala-elo:1.0.0"

Scala CLI

//> using dep "com.github.esap120::scala-elo:1.0.0"

Ammonite REPL

import $ivy.`com.github.esap120::scala-elo:1.0.0`

<dependency>
  <groupId>com.github.esap120</groupId>
  <artifactId>scala-elo_2.10</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.github.esap120', name: 'scala-elo_2.10', version: '1.0.0'