statistics-service
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.jahrim.chess</groupId>
<artifactId>statistics-service</artifactId>
<version>0.4.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.jahrim.chess</groupId>
<artifactId>statistics-service</artifactId>
<version>0.4.1</version>
<name>Chess Statistics Service</name>
<description>The service which handles the user scores in the application.</description>
<url>https://github.com/ldss-project/statistics-service</url>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<name>Jahrim Gabriele Cesario</name>
<email>jahrim.cesario2@studio.unibo.it</email>
<url>https://jahrim.github.io</url>
</developer>
</developers>
<scm>
<connection>scm:git:extension 'publishOnCentral' property 'projectUrl'</connection>
<developerConnection>scm:git:extension 'publishOnCentral' property 'projectUrl'</developerConnection>
<url>https://github.com/ldss-project/statistics-service</url>
</scm>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.rogach</groupId>
<artifactId>scallop_3</artifactId>
<version>4.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.jahrim</groupId>
<artifactId>hexarc</artifactId>
<version>0.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
<version>4.4.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>