MVN

com.mastercard.developer : oauth1-signer

Maven & Gradle

Mar 16, 2021
2 usages
42 stars

oauth1-signer · Zero dependency library for generating a Mastercard API compliant OAuth signature

<dependency>
    <groupId>com.mastercard.developer</groupId>
    <artifactId>oauth1-signer</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mastercard.developer : oauth1-signer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of com.mastercard.developer : oauth1-signer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
oauth1-signer-1.5.1
oauth1-signer-1.5.0
1.4.x
oauth1-signer-1.4.0
1.3.x
oauth1-signer-1.3.0
1.2.x
oauth1-signer-1.2.4
oauth1-signer-1.2.3
oauth1-signer-1.2.2
oauth1-signer-1.2.1
oauth1-signer-1.2.0
1.1.x
oauth1-signer-1.1.1
oauth1-signer-1.1.0
1.0.x
oauth1-signer-1.0.0

How to add a dependency to Maven

Add the following com.mastercard.developer : oauth1-signer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mastercard.developer</groupId>
    <artifactId>oauth1-signer</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mastercard.developer : oauth1-signer gradle dependency to your build.gradle file:

implementation 'com.mastercard.developer:oauth1-signer:1.5.1'

Gradle Kotlin DSL: Add the following com.mastercard.developer : oauth1-signer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mastercard.developer:oauth1-signer:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mastercard.developer : oauth1-signer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mastercard.developer" % "oauth1-signer" % "1.5.1"

Advertisement