License |
License |
---|---|
GroupId | GroupIdcn.har01d |
ArtifactId | ArtifactIdauth-core |
Version | Version0.0.4 |
Type | Typejar |
Description |
DescriptionToken service for authentication, support Redis, database, memory and JWT Token.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
auth-core-0.0.4.pom | |
auth-core-0.0.4.jar | 29 KB |
auth-core-0.0.4-sources.jar | 10 KB |
auth-core-0.0.4-javadoc.jar | 338 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.har01d/auth-core/ -->
<dependency>
<groupId>cn.har01d</groupId>
<artifactId>auth-core</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.har01d/auth-core/
implementation 'cn.har01d:auth-core:0.0.4'
// https://jarcasting.com/artifacts/cn.har01d/auth-core/
implementation ("cn.har01d:auth-core:0.0.4")
'cn.har01d:auth-core:jar:0.0.4'
<dependency org="cn.har01d" name="auth-core" rev="0.0.4">
<artifact name="auth-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.har01d', module='auth-core', version='0.0.4')
)
libraryDependencies += "cn.har01d" % "auth-core" % "0.0.4"
[cn.har01d/auth-core "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.3.3.RELEASE |
org.springframework.boot : spring-boot-starter-security | jar | 2.3.3.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.3.RELEASE |
org.jetbrains.kotlin : kotlin-reflect | jar | |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar |