MVN

org.keycloak : spring-boot-container-bundle

Maven & Gradle

Jul 18, 2023
7 usages
16.7k stars
<dependency>
    <groupId>org.keycloak</groupId>
    <artifactId>spring-boot-container-bundle</artifactId>
    <version>22.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.keycloak : spring-boot-container-bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 22.0.1
  • Latest Beta: 4.0.0.Beta3

All Versions

Choose a version of org.keycloak : spring-boot-container-bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
22.0.x
spring-boot-container-bundle-22.0.1
spring-boot-container-bundle-22.0.0
21.1.x
spring-boot-container-bundle-21.1.2
spring-boot-container-bundle-21.1.1
spring-boot-container-bundle-21.1.0
21.0.x
spring-boot-container-bundle-21.0.2
spring-boot-container-bundle-21.0.1
spring-boot-container-bundle-21.0.0
20.0.x
spring-boot-container-bundle-20.0.5
spring-boot-container-bundle-20.0.4
spring-boot-container-bundle-20.0.3
spring-boot-container-bundle-20.0.2
spring-boot-container-bundle-20.0.1
spring-boot-container-bundle-20.0.0
19.0.x
spring-boot-container-bundle-19.0.3
spring-boot-container-bundle-19.0.2
spring-boot-container-bundle-19.0.1
spring-boot-container-bundle-19.0.0
18.0.x
spring-boot-container-bundle-18.0.2
spring-boot-container-bundle-18.0.1
spring-boot-container-bundle-18.0.0
17.0.x
spring-boot-container-bundle-17.0.1
spring-boot-container-bundle-17.0.0
16.1.x
spring-boot-container-bundle-16.1.1
spring-boot-container-bundle-16.1.0
16.0.x
spring-boot-container-bundle-16.0.0
15.1.x
spring-boot-container-bundle-15.1.1
spring-boot-container-bundle-15.1.0
15.0.x
spring-boot-container-bundle-15.0.2
spring-boot-container-bundle-15.0.1
spring-boot-container-bundle-15.0.0
14.0.x
spring-boot-container-bundle-14.0.0
13.0.x
spring-boot-container-bundle-13.0.1
spring-boot-container-bundle-13.0.0
12.0.x
spring-boot-container-bundle-12.0.4
spring-boot-container-bundle-12.0.3
spring-boot-container-bundle-12.0.2
spring-boot-container-bundle-12.0.1
spring-boot-container-bundle-12.0.0
11.0.x
spring-boot-container-bundle-11.0.3
spring-boot-container-bundle-11.0.2
spring-boot-container-bundle-11.0.1
spring-boot-container-bundle-11.0.0
10.0.x
spring-boot-container-bundle-10.0.2
spring-boot-container-bundle-10.0.1
spring-boot-container-bundle-10.0.0
9.0.x
spring-boot-container-bundle-9.0.3
spring-boot-container-bundle-9.0.2
spring-boot-container-bundle-9.0.0
8.0.x
spring-boot-container-bundle-8.0.2
spring-boot-container-bundle-8.0.1
spring-boot-container-bundle-8.0.0
7.0.x
spring-boot-container-bundle-7.0.1
spring-boot-container-bundle-7.0.0
6.0.x
spring-boot-container-bundle-6.0.1
spring-boot-container-bundle-6.0.0
5.0.x
spring-boot-container-bundle-5.0.0
4.8.x
spring-boot-container-bundle-4.8.3.Final
spring-boot-container-bundle-4.8.2.Final
spring-boot-container-bundle-4.8.1.Final
spring-boot-container-bundle-4.8.0.Final
4.7.x
spring-boot-container-bundle-4.7.0.Final
4.6.x
spring-boot-container-bundle-4.6.0.Final
4.5.x
spring-boot-container-bundle-4.5.0.Final
4.4.x
spring-boot-container-bundle-4.4.0.Final
4.3.x
spring-boot-container-bundle-4.3.0.Final
4.2.x
spring-boot-container-bundle-4.2.1.Final
spring-boot-container-bundle-4.2.0.Final
4.1.x
spring-boot-container-bundle-4.1.0.Final
4.0.x
spring-boot-container-bundle-4.0.0.Final
spring-boot-container-bundle-4.0.0.Beta3
spring-boot-container-bundle-4.0.0.Beta2
spring-boot-container-bundle-4.0.0.Beta1
3.4.x
spring-boot-container-bundle-3.4.3.Final
spring-boot-container-bundle-3.4.2.Final
spring-boot-container-bundle-3.4.1.Final
spring-boot-container-bundle-3.4.1.CR1
spring-boot-container-bundle-3.4.0.Final
spring-boot-container-bundle-3.4.0.CR1
3.3.x
spring-boot-container-bundle-3.3.0.Final
spring-boot-container-bundle-3.3.0.CR2
spring-boot-container-bundle-3.3.0.CR1
3.2.x
spring-boot-container-bundle-3.2.1.Final
spring-boot-container-bundle-3.2.0.Final
spring-boot-container-bundle-3.2.0.CR1
3.1.x
spring-boot-container-bundle-3.1.0.Final
spring-boot-container-bundle-3.1.0.CR1

How to add a dependency to Maven

Add the following org.keycloak : spring-boot-container-bundle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.keycloak</groupId>
    <artifactId>spring-boot-container-bundle</artifactId>
    <version>22.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.keycloak : spring-boot-container-bundle gradle dependency to your build.gradle file:

implementation 'org.keycloak:spring-boot-container-bundle:22.0.1'

Gradle Kotlin DSL: Add the following org.keycloak : spring-boot-container-bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("org.keycloak:spring-boot-container-bundle:22.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.keycloak : spring-boot-container-bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "org.keycloak" % "spring-boot-container-bundle" % "22.0.1"

Advertisement

Dependencies from Group

Jul 18, 2023
356 usages
16.7k stars
Jul 18, 2023
148 usages
16.7k stars
Jul 18, 2023
96 usages
16.7k stars
Jul 18, 2023
90 usages
16.7k stars
Jul 18, 2023
89 usages
16.7k stars

Discover Dependencies

Jul 09, 2023
3 usages
34 stars
Aug 10, 2023
21 usages
27 stars
May 24, 2021
77 usages
May 24, 2021
5 usages
Mar 01, 2019
1k stars
May 23, 2023
397 stars
May 04, 2017
3 stars