License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.seepine |
ArtifactId | ArtifactIdauth-spring-boot-starter |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionauth-spring-boot-starter
easy auth for springboot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.seepine/auth-spring-boot-starter/ -->
<dependency>
<groupId>com.seepine</groupId>
<artifactId>auth-spring-boot-starter</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.seepine/auth-spring-boot-starter/
implementation 'com.seepine:auth-spring-boot-starter:2.0.2'
// https://jarcasting.com/artifacts/com.seepine/auth-spring-boot-starter/
implementation ("com.seepine:auth-spring-boot-starter:2.0.2")
'com.seepine:auth-spring-boot-starter:jar:2.0.2'
<dependency org="com.seepine" name="auth-spring-boot-starter" rev="2.0.2">
<artifact name="auth-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seepine', module='auth-spring-boot-starter', version='2.0.2')
)
libraryDependencies += "com.seepine" % "auth-spring-boot-starter" % "2.0.2"
[com.seepine/auth-spring-boot-starter "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.redisson : redisson-spring-boot-starter | jar | 3.17.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-configuration-processor | jar | |
org.springframework.boot : spring-boot-starter-aop | jar | |
org.projectlombok : lombok Optional | jar |