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