License |
License |
---|---|
GroupId | GroupIdcn.har01d |
ArtifactId | ArtifactIdauth |
Version | Version0.0.4 |
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.4.pom | 6 KB |
auth-0.0.4-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.har01d/auth/ -->
<dependency>
<groupId>cn.har01d</groupId>
<artifactId>auth</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.har01d/auth/
implementation 'cn.har01d:auth:0.0.4'
// https://jarcasting.com/artifacts/cn.har01d/auth/
implementation ("cn.har01d:auth:0.0.4")
'cn.har01d:auth:jar:0.0.4'
<dependency org="cn.har01d" name="auth" rev="0.0.4">
<artifact name="auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.har01d', module='auth', version='0.0.4')
)
libraryDependencies += "cn.har01d" % "auth" % "0.0.4"
[cn.har01d/auth "0.0.4"]