MVN

org.ops4j.pax.web : keycloak20-common

Maven & Gradle

Feb 24, 2023

OPS4J Pax Web - Keycloak 20.x+ support - common · This module repackages fundamental Keycloak bundles ensuring correct set of exported/imported packages. The reason is that Keycloak drops (not maintains) OSGi integration, so Pax Web can be a new home for OSGified versions.

<dependency>
    <groupId>org.ops4j.pax.web</groupId>
    <artifactId>keycloak20-common</artifactId>
    <version>9.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ops4j.pax.web : keycloak20-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.0.5

All Versions

Choose a version of org.ops4j.pax.web : keycloak20-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.0.x
keycloak20-common-9.0.5
8.0.x
keycloak20-common-8.0.16

How to add a dependency to Maven

Add the following org.ops4j.pax.web : keycloak20-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ops4j.pax.web</groupId>
    <artifactId>keycloak20-common</artifactId>
    <version>9.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ops4j.pax.web : keycloak20-common gradle dependency to your build.gradle file:

implementation 'org.ops4j.pax.web:keycloak20-common:9.0.5'

Gradle Kotlin DSL: Add the following org.ops4j.pax.web : keycloak20-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ops4j.pax.web:keycloak20-common:9.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ops4j.pax.web : keycloak20-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ops4j.pax.web" % "keycloak20-common" % "9.0.5"