MVN

org.camunda.bpm.extension.examples : camunda-bpm-identity-keycloak-examples-sso-kubernetes

Maven & Gradle

Nov 17, 2021
91 stars

camunda BPM - engine plugins - identity - keycloak - examples - showcase · Showcase for using Camunda Keycloak Identity Provider

<dependency>
    <groupId>org.camunda.bpm.extension.examples</groupId>
    <artifactId>camunda-bpm-identity-keycloak-examples-sso-kubernetes</artifactId>
    <version>2.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.camunda.bpm.extension.examples : camunda-bpm-identity-keycloak-examples-sso-kubernetes to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.3

All Versions

Choose a version of org.camunda.bpm.extension.examples : camunda-bpm-identity-keycloak-examples-sso-kubernetes to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
camunda-bpm-identity-keycloak-examples-sso-kubernetes-2.2.3
camunda-bpm-identity-keycloak-examples-sso-kubernetes-2.2.2
camunda-bpm-identity-keycloak-examples-sso-kubernetes-2.2.1
camunda-bpm-identity-keycloak-examples-sso-kubernetes-2.2.0
2.1.x
camunda-bpm-identity-keycloak-examples-sso-kubernetes-2.1.0
2.0.x
camunda-bpm-identity-keycloak-examples-sso-kubernetes-2.0.0
1.5.x
camunda-bpm-identity-keycloak-examples-sso-kubernetes-1.5.0
1.4.x
camunda-bpm-identity-keycloak-examples-sso-kubernetes-1.4.0
1.3.x
camunda-bpm-identity-keycloak-examples-sso-kubernetes-1.3.0
1.2.x
camunda-bpm-identity-keycloak-examples-sso-kubernetes-1.2.0
1.1.x
camunda-bpm-identity-keycloak-examples-sso-kubernetes-1.1.0
1.0.x
camunda-bpm-identity-keycloak-examples-sso-kubernetes-1.0.0

How to add a dependency to Maven

Add the following org.camunda.bpm.extension.examples : camunda-bpm-identity-keycloak-examples-sso-kubernetes maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.camunda.bpm.extension.examples</groupId>
    <artifactId>camunda-bpm-identity-keycloak-examples-sso-kubernetes</artifactId>
    <version>2.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.camunda.bpm.extension.examples : camunda-bpm-identity-keycloak-examples-sso-kubernetes gradle dependency to your build.gradle file:

implementation 'org.camunda.bpm.extension.examples:camunda-bpm-identity-keycloak-examples-sso-kubernetes:2.2.3'

Gradle Kotlin DSL: Add the following org.camunda.bpm.extension.examples : camunda-bpm-identity-keycloak-examples-sso-kubernetes gradle kotlin dependency to your build.gradle.kts file:

implementation("org.camunda.bpm.extension.examples:camunda-bpm-identity-keycloak-examples-sso-kubernetes:2.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.camunda.bpm.extension.examples : camunda-bpm-identity-keycloak-examples-sso-kubernetes sbt scala dependency to your build.sbt file:

libraryDependencies += "org.camunda.bpm.extension.examples" % "camunda-bpm-identity-keycloak-examples-sso-kubernetes" % "2.2.3"