MVN

de.otto : oauth-token-filter

Maven & Gradle

Jun 06, 2019
3 stars

A OAuth Token Filter for JAX-RS clients

<dependency>
    <groupId>de.otto</groupId>
    <artifactId>oauth-token-filter</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.otto : oauth-token-filter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of de.otto : oauth-token-filter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
oauth-token-filter-1.0.3
oauth-token-filter-1.0.2
oauth-token-filter-1.0.1

How to add a dependency to Maven

Add the following de.otto : oauth-token-filter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.otto</groupId>
    <artifactId>oauth-token-filter</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.otto : oauth-token-filter gradle dependency to your build.gradle file:

implementation 'de.otto:oauth-token-filter:1.0.3'

Gradle Kotlin DSL: Add the following de.otto : oauth-token-filter gradle kotlin dependency to your build.gradle.kts file:

implementation("de.otto:oauth-token-filter:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.otto : oauth-token-filter sbt scala dependency to your build.sbt file:

libraryDependencies += "de.otto" % "oauth-token-filter" % "1.0.3"

Advertisement

Dependencies from Group

Aug 18, 2015
5 usages
36 stars
Jun 13, 2023
4 usages
52 stars
Aug 18, 2015
3 usages
36 stars
Jun 13, 2023
2 usages
52 stars
Aug 16, 2023
2 usages
72 stars

Discover Dependencies