MVN

io.github.jahrim.chess : authentication-service

Maven & Gradle

Aug 11, 2023
0 stars

Chess Authentication service · A service which handles registration and authentication in an application.

<dependency>
    <groupId>io.github.jahrim.chess</groupId>
    <artifactId>authentication-service</artifactId>
    <version>0.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jahrim.chess : authentication-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.2

All Versions

Choose a version of io.github.jahrim.chess : authentication-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
authentication-service-0.4.2
authentication-service-0.4.1
authentication-service-0.4.0
0.3.x
authentication-service-0.3.0
0.2.x
authentication-service-0.2.1
authentication-service-0.2.0-dev01-074d3b5

How to add a dependency to Maven

Add the following io.github.jahrim.chess : authentication-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.jahrim.chess</groupId>
    <artifactId>authentication-service</artifactId>
    <version>0.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.jahrim.chess : authentication-service gradle dependency to your build.gradle file:

implementation 'io.github.jahrim.chess:authentication-service:0.4.2'

Gradle Kotlin DSL: Add the following io.github.jahrim.chess : authentication-service gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.jahrim.chess:authentication-service:0.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.jahrim.chess : authentication-service sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.jahrim.chess" % "authentication-service" % "0.4.2"