is not current version
Last Version 2.0.0-beta.18

com.seepine:spring-boot-starter-auth 2.0.0-beta.9

easy auth for springboot

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.seepine
ArtifactId

ArtifactId

spring-boot-starter-auth
Version

Version

2.0.0-beta.9
Type

Type

jar

Download spring-boot-starter-auth 2.0.0-beta.9


<!-- 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.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-auth/
implementation 'com.seepine:spring-boot-starter-auth:2.0.0-beta.9'
// https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-auth/
implementation ("com.seepine:spring-boot-starter-auth:2.0.0-beta.9")
'com.seepine:spring-boot-starter-auth:jar:2.0.0-beta.9'
<dependency org="com.seepine" name="spring-boot-starter-auth" rev="2.0.0-beta.9">
  <artifact name="spring-boot-starter-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seepine', module='spring-boot-starter-auth', version='2.0.0-beta.9')
)
libraryDependencies += "com.seepine" % "spring-boot-starter-auth" % "2.0.0-beta.9"
[com.seepine/spring-boot-starter-auth "2.0.0-beta.9"]