Last Version

alberti 0.0.8

Token service for authentication, support Redis, database, memory and JWT Token.

License

License

GroupId

GroupId

cn.spark2fire
ArtifactId

ArtifactId

alberti
Version

Version

0.0.8
Type

Type

jar
Description

Description

alberti
Token service for authentication, support Redis, database, memory and JWT Token.
Project Organization

Project Organization

spark2fire
Source Code Management

Source Code Management

https://github.com/spark2fire/alberti

Download alberti 0.0.8


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • auth-core
  • auth-db
  • auth-jwt
  • auth-redis