MVN

org.ops4j.pax.web : pax-web-jetty-keycloak18

Maven & Gradle

Oct 19, 2023

OPS4J Pax Web - Keycloak 18.x support - Jetty 9.4

<dependency>
    <groupId>org.ops4j.pax.web</groupId>
    <artifactId>pax-web-jetty-keycloak18</artifactId>
    <version>9.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 9.0.12

All Versions

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

Version Vulnerabilities Updated
9.0.x
pax-web-jetty-keycloak18-9.0.12
8.0.x
pax-web-jetty-keycloak18-8.0.23

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ops4j.pax.web</groupId>
    <artifactId>pax-web-jetty-keycloak18</artifactId>
    <version>9.0.12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.ops4j.pax.web:pax-web-jetty-keycloak18:9.0.12'

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

implementation("org.ops4j.pax.web:pax-web-jetty-keycloak18:9.0.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.ops4j.pax.web" % "pax-web-jetty-keycloak18" % "9.0.12"

Advertisement