License |
License |
---|---|
GroupId | GroupIdcn.spark2fire |
ArtifactId | ArtifactIdauth |
Version | Version0.0.6 |
Type | Typejar |
Description |
Descriptionauth
Token service for authentication, support Redis, database, memory and JWT Token.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
auth-0.0.6.pom | 6 KB |
auth-0.0.6-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.spark2fire/auth/ -->
<dependency>
<groupId>cn.spark2fire</groupId>
<artifactId>auth</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/cn.spark2fire/auth/
implementation 'cn.spark2fire:auth:0.0.6'
// https://jarcasting.com/artifacts/cn.spark2fire/auth/
implementation ("cn.spark2fire:auth:0.0.6")
'cn.spark2fire:auth:jar:0.0.6'
<dependency org="cn.spark2fire" name="auth" rev="0.0.6">
<artifact name="auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.spark2fire', module='auth', version='0.0.6')
)
libraryDependencies += "cn.spark2fire" % "auth" % "0.0.6"
[cn.spark2fire/auth "0.0.6"]