Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 526 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 526 Bytes

JSkills

Build Status

A detailed implementation of the TrueSkill algorithm in Java.

Usage

Install this package to your local Maven repository

mvn install

and define the dependency in your project as following

<dependency>
    <groupId>jskills</groupId>
    <artifactId>jskills</artifactId>
    <version>0.9.1-SNAPSHOT</version>
</dependency>

License

See LICENSE.txt in the project root.