glicko2_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.mrdimosthenis</groupId>
<artifactId>glicko2_3</artifactId>
<version>1.0.1</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.mrdimosthenis</groupId>
<artifactId>glicko2_3</artifactId>
<packaging>jar</packaging>
<description>glicko2</description>
<url>https://github.com/mrdimosthenis/glicko2</url>
<version>1.0.1</version>
<licenses>
<license>
<name>MIT</name>
<url>https://rem.mit-license.org/</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>glicko2</name>
<organization>
<name>com.github.mrdimosthenis</name>
<url>https://github.com/mrdimosthenis/glicko2</url>
</organization>
<scm>
<url>https://github.com/mrdimosthenis/glicko2</url>
<connection>scm:git:https://github.com/mrdimosthenis/glicko2.git</connection>
<developerConnection>scm:git:git@github.com:mrdimosthenis/glicko2.git</developerConnection>
</scm>
<developers>
<developer>
<id>mrdimosthenis</id>
<name>Dimos Michailidis</name>
<url>https://github.com/mrdimosthenis</url>
<email>mrdimosthenis@hotmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>io.monix</groupId>
<artifactId>minitest_3</artifactId>
<version>2.9.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_3</artifactId>
<version>1.15.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>