MVN

com.github.dasniko : testcontainers-keycloak

Maven & Gradle

Jul 11, 2023
20 usages
296 stars

Testcontainers Keycloak · A Testcontainers implementation for Keycloak SSO.

<dependency>
    <groupId>com.github.dasniko</groupId>
    <artifactId>testcontainers-keycloak</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dasniko : testcontainers-keycloak to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of com.github.dasniko : testcontainers-keycloak to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
testcontainers-keycloak-3.0.0
2.6.x
testcontainers-keycloak-2.6.0
2.5.x
testcontainers-keycloak-2.5.0
2.4.x
testcontainers-keycloak-2.4.0
2.3.x
testcontainers-keycloak-2.3.0
2.2.x
testcontainers-keycloak-2.2.2
testcontainers-keycloak-2.2.1
testcontainers-keycloak-2.2.0
2.1.x
testcontainers-keycloak-2.1.2
testcontainers-keycloak-2.1.1
testcontainers-keycloak-2.1.0
2.0.x
testcontainers-keycloak-2.0.0
1.10.x
testcontainers-keycloak-1.10.0
1.9.x
testcontainers-keycloak-1.9.0
1.8.x
testcontainers-keycloak-1.8.1
testcontainers-keycloak-1.8.0
1.7.x
testcontainers-keycloak-1.7.1
testcontainers-keycloak-1.7.0
1.6.x
testcontainers-keycloak-1.6.1
testcontainers-keycloak-1.6.0
1.5.x
testcontainers-keycloak-1.5.0
1.4.x
testcontainers-keycloak-1.4.1
testcontainers-keycloak-1.4.0
1.3.x
testcontainers-keycloak-1.3.3
testcontainers-keycloak-1.3.2
testcontainers-keycloak-1.3.1
testcontainers-keycloak-1.3.0
1.2.x
testcontainers-keycloak-1.2.0

How to add a dependency to Maven

Add the following com.github.dasniko : testcontainers-keycloak maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dasniko</groupId>
    <artifactId>testcontainers-keycloak</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dasniko : testcontainers-keycloak gradle dependency to your build.gradle file:

implementation 'com.github.dasniko:testcontainers-keycloak:3.0.0'

Gradle Kotlin DSL: Add the following com.github.dasniko : testcontainers-keycloak gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dasniko:testcontainers-keycloak:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dasniko : testcontainers-keycloak sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dasniko" % "testcontainers-keycloak" % "3.0.0"

Advertisement