MVN

com.github.masonm : wiremock-jwt-extension

Maven & Gradle

Mar 15, 2023
13 stars

wiremock-jwt-extension · Wiremock request matcher and stub mapping transformer for JSON Web Tokens (JWT)

<dependency>
    <groupId>com.github.masonm</groupId>
    <artifactId>wiremock-jwt-extension</artifactId>
    <version>0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.masonm : wiremock-jwt-extension to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10

All Versions

Choose a version of com.github.masonm : wiremock-jwt-extension to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10
wiremock-jwt-extension-0.10
0.9
wiremock-jwt-extension-0.9
0.8
wiremock-jwt-extension-0.8
0.7
wiremock-jwt-extension-0.7
0.6
wiremock-jwt-extension-0.6
0.5
wiremock-jwt-extension-0.5
0.4
wiremock-jwt-extension-0.4
0.3
wiremock-jwt-extension-0.3
0.2
wiremock-jwt-extension-0.2
0.1a
wiremock-jwt-extension-0.1a

How to add a dependency to Maven

Add the following com.github.masonm : wiremock-jwt-extension maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.masonm</groupId>
    <artifactId>wiremock-jwt-extension</artifactId>
    <version>0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.masonm : wiremock-jwt-extension gradle dependency to your build.gradle file:

implementation 'com.github.masonm:wiremock-jwt-extension:0.10'

Gradle Kotlin DSL: Add the following com.github.masonm : wiremock-jwt-extension gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.masonm:wiremock-jwt-extension:0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.masonm : wiremock-jwt-extension sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.masonm" % "wiremock-jwt-extension" % "0.10"