MVN

org.hawkular.accounts : hawkular-accounts-undertow-filter

Maven & Gradle

Dec 16, 2015
2 usages
7 stars

Hawkular - Accounts - Undertow Filter · Undertow Filter: intercepts all requests and replaces a key/secret with an appropriate Keycloak token.

<dependency>
    <groupId>org.hawkular.accounts</groupId>
    <artifactId>hawkular-accounts-undertow-filter</artifactId>
    <version>2.0.8.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hawkular.accounts : hawkular-accounts-undertow-filter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.8.Final

All Versions

Choose a version of org.hawkular.accounts : hawkular-accounts-undertow-filter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
hawkular-accounts-undertow-filter-2.0.8.Final
hawkular-accounts-undertow-filter-2.0.7.Final
hawkular-accounts-undertow-filter-2.0.6.Final
hawkular-accounts-undertow-filter-2.0.4.Final
hawkular-accounts-undertow-filter-2.0.3.Final
hawkular-accounts-undertow-filter-2.0.2.Final
hawkular-accounts-undertow-filter-2.0.0.Final
1.1.x
hawkular-accounts-undertow-filter-1.1.4.Final
hawkular-accounts-undertow-filter-1.1.3.Final
hawkular-accounts-undertow-filter-1.1.2.Final
hawkular-accounts-undertow-filter-1.1.1.Final
hawkular-accounts-undertow-filter-1.1.0.Final
1.0.x
hawkular-accounts-undertow-filter-1.0.18.Final
hawkular-accounts-undertow-filter-1.0.17.Final

How to add a dependency to Maven

Add the following org.hawkular.accounts : hawkular-accounts-undertow-filter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hawkular.accounts</groupId>
    <artifactId>hawkular-accounts-undertow-filter</artifactId>
    <version>2.0.8.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hawkular.accounts : hawkular-accounts-undertow-filter gradle dependency to your build.gradle file:

implementation 'org.hawkular.accounts:hawkular-accounts-undertow-filter:2.0.8.Final'

Gradle Kotlin DSL: Add the following org.hawkular.accounts : hawkular-accounts-undertow-filter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hawkular.accounts:hawkular-accounts-undertow-filter:2.0.8.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hawkular.accounts : hawkular-accounts-undertow-filter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hawkular.accounts" % "hawkular-accounts-undertow-filter" % "2.0.8.Final"

Advertisement