authentication-service
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.jahrim.chess</groupId> <artifactId>authentication-service</artifactId> <version>0.4.3</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>authentication-service</artifactId> <version>0.4.3</version> <name>Chess Authentication service</name> <description>A service which handles registration and authentication in an application.</description> <url>https://github.com/ldss-project/authentication-service</url> <licenses> <license> <name>The MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <name>Madina Kentpayeva</name> <email>madina.kentpayeva@studio.unibo.it</email> <url>https://madina9229.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/authentication-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> <dependency> <groupId>org.mindrot</groupId> <artifactId>jbcrypt</artifactId> <version>0.4</version> <scope>runtime</scope> </dependency> </dependencies> </project>