Categories |
CategoriesSpring Boot Container Microservices KeY Data Data Formats Formal Verification Keycloak Security |
---|---|
GroupId | GroupIdio.github.selectorrr |
ArtifactId | ArtifactIdkeycloak-spring-boot-starter |
Version | Version1.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.selectorrr/keycloak-spring-boot-starter/ -->
<dependency>
<groupId>io.github.selectorrr</groupId>
<artifactId>keycloak-spring-boot-starter</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.selectorrr/keycloak-spring-boot-starter/
implementation 'io.github.selectorrr:keycloak-spring-boot-starter:1.7'
// https://jarcasting.com/artifacts/io.github.selectorrr/keycloak-spring-boot-starter/
implementation ("io.github.selectorrr:keycloak-spring-boot-starter:1.7")
'io.github.selectorrr:keycloak-spring-boot-starter:jar:1.7'
<dependency org="io.github.selectorrr" name="keycloak-spring-boot-starter" rev="1.7">
<artifact name="keycloak-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.selectorrr', module='keycloak-spring-boot-starter', version='1.7')
)
libraryDependencies += "io.github.selectorrr" % "keycloak-spring-boot-starter" % "1.7"
[io.github.selectorrr/keycloak-spring-boot-starter "1.7"]