is not current version
Last Version 18.0.2

org.keycloak:spring-boot-container-bundle 4.1.0.Final


Categories

Categories

Spring Boot Container Microservices KeY Data Data Formats Formal Verification Keycloak Security
GroupId

GroupId

org.keycloak
ArtifactId

ArtifactId

spring-boot-container-bundle
Version

Version

4.1.0.Final
Type

Type

jar

Download spring-boot-container-bundle 4.1.0.Final


<!-- https://jarcasting.com/artifacts/org.keycloak/spring-boot-container-bundle/ -->
<dependency>
    <groupId>org.keycloak</groupId>
    <artifactId>spring-boot-container-bundle</artifactId>
    <version>4.1.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.keycloak/spring-boot-container-bundle/
implementation 'org.keycloak:spring-boot-container-bundle:4.1.0.Final'
// https://jarcasting.com/artifacts/org.keycloak/spring-boot-container-bundle/
implementation ("org.keycloak:spring-boot-container-bundle:4.1.0.Final")
'org.keycloak:spring-boot-container-bundle:jar:4.1.0.Final'
<dependency org="org.keycloak" name="spring-boot-container-bundle" rev="4.1.0.Final">
  <artifact name="spring-boot-container-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.keycloak', module='spring-boot-container-bundle', version='4.1.0.Final')
)
libraryDependencies += "org.keycloak" % "spring-boot-container-bundle" % "4.1.0.Final"
[org.keycloak/spring-boot-container-bundle "4.1.0.Final"]