k

keycloak20-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.
Files download
File Operation
keycloak20-common-9.0.5.jar download
keycloak20-common-9.0.5.pom download
keycloak20-common-9.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.web</groupId>
  <artifactId>keycloak20-common</artifactId>
  <version>9.0.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.web:keycloak20-common:9.0.5'
Gradle Kotlin
implementation("org.ops4j.pax.web:keycloak20-common:9.0.5")
Scala SBT
libraryDependencies += "org.ops4j.pax.web" % "keycloak20-common" % "9.0.5"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.web', module='keycloak20-common', version='9.0.5')
)
Apache Ivy
<dependency org="org.ops4j.pax.web" name="keycloak20-common" rev="9.0.5" />
Leiningen
[org.ops4j.pax.web/keycloak20-common "9.0.5"]
Apache Buildr
'org.ops4j.pax.web:keycloak20-common:jar:9.0.5'