s

spring-boot-container-bundle

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