MVN

de.otto : hmac-auth-jersey2-client

Maven & Gradle

May 18, 2022
51 stars

hmac-auth-jersey2-client · client library of the hmac-auth project.

<dependency>
    <groupId>de.otto</groupId>
    <artifactId>hmac-auth-jersey2-client</artifactId>
    <version>2.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.otto : hmac-auth-jersey2-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.8

All Versions

Choose a version of de.otto : hmac-auth-jersey2-client to add to Maven or Gradle - All Versions:

  • Version Updated
  • hmac-auth-jersey2-client-2.3.8

    May 18, 2022
  • hmac-auth-jersey2-client-2.3.7

    Mar 06, 2020
  • hmac-auth-jersey2-client-2.3.6

    Apr 05, 2019
  • hmac-auth-jersey2-client-2.3.5

    Apr 04, 2019
  • hmac-auth-jersey2-client-2.3.4

    Jan 17, 2019
  • hmac-auth-jersey2-client-2.3.1

    Nov 16, 2016
  • hmac-auth-jersey2-client-2.3.0

    Nov 01, 2016
  • hmac-auth-jersey2-client-2.2.0

    Mar 14, 2016
  • hmac-auth-jersey2-client-2.1.0

    Mar 14, 2016
  • hmac-auth-jersey2-client-2.0.0

    Jan 26, 2016

How to add a dependency to Maven

Add the following de.otto : hmac-auth-jersey2-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.otto</groupId>
    <artifactId>hmac-auth-jersey2-client</artifactId>
    <version>2.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.otto : hmac-auth-jersey2-client gradle dependency to your build.gradle file:

implementation 'de.otto:hmac-auth-jersey2-client:2.3.8'

Gradle Kotlin DSL: Add the following de.otto : hmac-auth-jersey2-client gradle kotlin dependency to your build.gradle.kts file:

implementation("de.otto:hmac-auth-jersey2-client:2.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.otto : hmac-auth-jersey2-client sbt scala dependency to your build.sbt file:

libraryDependencies += "de.otto" % "hmac-auth-jersey2-client" % "2.3.8"

Advertisement