is not current version
Last Version 0.0.6

cn.spark2fire:auth 0.0.5

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

GroupId

GroupId

cn.spark2fire
ArtifactId

ArtifactId

auth
Version

Version

0.0.5
Type

Type

jar

Download auth 0.0.5

Filename Size
auth-0.0.5.pom 6 KB
auth-0.0.5-javadoc.jar 245 KB
Browse

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