k

keycloak-spring-boot-starter

Keycloak starter for bearer state less auto configuration
https://github.com/Selectorrr/starters/tree/master/keycloak-spring-boot-starter
Files download
File Operation
keycloak-spring-boot-starter-1.8.jar download
keycloak-spring-boot-starter-1.8.pom download
keycloak-spring-boot-starter-1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.selectorrr</groupId>
  <artifactId>keycloak-spring-boot-starter</artifactId>
  <version>1.8</version>
</dependency>
Gradle Groovy
implementation 'io.github.selectorrr:keycloak-spring-boot-starter:1.8'
Gradle Kotlin
implementation("io.github.selectorrr:keycloak-spring-boot-starter:1.8")
Scala SBT
libraryDependencies += "io.github.selectorrr" % "keycloak-spring-boot-starter" % "1.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.selectorrr', module='keycloak-spring-boot-starter', version='1.8')
)
Apache Ivy
<dependency org="io.github.selectorrr" name="keycloak-spring-boot-starter" rev="1.8" />
Leiningen
[io.github.selectorrr/keycloak-spring-boot-starter "1.8"]
Apache Buildr
'io.github.selectorrr:keycloak-spring-boot-starter:jar:1.8'