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