Files download
File Operation
spring-boot-starter-auth-1.3.0.jar download
spring-boot-starter-auth-1.3.0.pom download
spring-boot-starter-auth-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.seepine</groupId>
  <artifactId>spring-boot-starter-auth</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.seepine:spring-boot-starter-auth:1.3.0'
Gradle Kotlin
implementation("com.seepine:spring-boot-starter-auth:1.3.0")
Scala SBT
libraryDependencies += "com.seepine" % "spring-boot-starter-auth" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.seepine', module='spring-boot-starter-auth', version='1.3.0')
)
Apache Ivy
<dependency org="com.seepine" name="spring-boot-starter-auth" rev="1.3.0" />
Leiningen
[com.seepine/spring-boot-starter-auth "1.3.0"]
Apache Buildr
'com.seepine:spring-boot-starter-auth:jar:1.3.0'