b

banana-authentication-service

Part of the Banana Service Project. Simplicity is paramount. The Authentication service is responsible for the creation, storage, and verification of Application Tokens and User Tokens.
https://github.com/RedRoma/banana-authentication-service
Files download
File Operation
banana-authentication-service-1.1.jar download
banana-authentication-service-1.1.pom download
banana-authentication-service-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.aroma.banana</groupId>
  <artifactId>banana-authentication-service</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'tech.aroma.banana:banana-authentication-service:1.1'
Gradle Kotlin
implementation("tech.aroma.banana:banana-authentication-service:1.1")
Scala SBT
libraryDependencies += "tech.aroma.banana" % "banana-authentication-service" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='tech.aroma.banana', module='banana-authentication-service', version='1.1')
)
Apache Ivy
<dependency org="tech.aroma.banana" name="banana-authentication-service" rev="1.1" />
Leiningen
[tech.aroma.banana/banana-authentication-service "1.1"]
Apache Buildr
'tech.aroma.banana:banana-authentication-service:jar:1.1'