License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.seepine |
ArtifactId | ArtifactIdspring-boot-starter-auth |
Version | Version1.3.0 |
Type | Typejar |
Description |
Descriptionspring-boot-starter-auth
easy auth for springboot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-auth/ -->
<dependency>
<groupId>com.seepine</groupId>
<artifactId>spring-boot-starter-auth</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-auth/
implementation 'com.seepine:spring-boot-starter-auth:1.3.0'
// https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-auth/
implementation ("com.seepine:spring-boot-starter-auth:1.3.0")
'com.seepine:spring-boot-starter-auth:jar:1.3.0'
<dependency org="com.seepine" name="spring-boot-starter-auth" rev="1.3.0">
<artifact name="spring-boot-starter-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seepine', module='spring-boot-starter-auth', version='1.3.0')
)
libraryDependencies += "com.seepine" % "spring-boot-starter-auth" % "1.3.0"
[com.seepine/spring-boot-starter-auth "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.12 |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.3.4.RELEASE |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.3.4.RELEASE |
cn.hutool : hutool-all | jar | 5.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.3.4.RELEASE |