is not current version
Last Version 2.0

tech.aroma:aroma-authentication-service 1.2

Part of the Aroma Project. Simplicity is paramount. The Authentication service is responsible for the creation, storage, and verification of Application Tokens and User Tokens.

GroupId

GroupId

tech.aroma
ArtifactId

ArtifactId

aroma-authentication-service
Version

Version

1.2
Type

Type

jar

Download aroma-authentication-service 1.2


<!-- https://jarcasting.com/artifacts/tech.aroma/aroma-authentication-service/ -->
<dependency>
    <groupId>tech.aroma</groupId>
    <artifactId>aroma-authentication-service</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.aroma/aroma-authentication-service/
implementation 'tech.aroma:aroma-authentication-service:1.2'
// https://jarcasting.com/artifacts/tech.aroma/aroma-authentication-service/
implementation ("tech.aroma:aroma-authentication-service:1.2")
'tech.aroma:aroma-authentication-service:jar:1.2'
<dependency org="tech.aroma" name="aroma-authentication-service" rev="1.2">
  <artifact name="aroma-authentication-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.aroma', module='aroma-authentication-service', version='1.2')
)
libraryDependencies += "tech.aroma" % "aroma-authentication-service" % "1.2"
[tech.aroma/aroma-authentication-service "1.2"]