s

spring-boot-container-bundle

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