| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.seepine | 
    
| ArtifactId | ArtifactIdspring-boot-starter-auth | 
    
| Last Version | Last Version2.0.0-beta.18 | 
        
| Release Date | Release Date | 
        
| 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>2.0.0-beta.18</version>
</dependency>
                // https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-auth/
implementation 'com.seepine:spring-boot-starter-auth:2.0.0-beta.18'
                // https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-auth/
implementation ("com.seepine:spring-boot-starter-auth:2.0.0-beta.18")
                'com.seepine:spring-boot-starter-auth:jar:2.0.0-beta.18'
                <dependency org="com.seepine" name="spring-boot-starter-auth" rev="2.0.0-beta.18">
  <artifact name="spring-boot-starter-auth" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.seepine', module='spring-boot-starter-auth', version='2.0.0-beta.18')
)
                libraryDependencies += "com.seepine" % "spring-boot-starter-auth" % "2.0.0-beta.18"
                [com.seepine/spring-boot-starter-auth "2.0.0-beta.18"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-aop | jar | |
| org.projectlombok : lombok Optional | jar | |
| org.redisson : redisson-spring-boot-starter | jar | 3.17.0 |