MVN

com.opentable : wiremock-body-transformer

Maven & Gradle

Jul 25, 2017
1 usages
64 stars

Wiremock Body Transformer · A Wiremock extension to transform the response body.

<dependency>
    <groupId>com.opentable</groupId>
    <artifactId>wiremock-body-transformer</artifactId>
    <version>1.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.opentable : wiremock-body-transformer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of com.opentable : wiremock-body-transformer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
wiremock-body-transformer-1.1.6
wiremock-body-transformer-1.1.5
wiremock-body-transformer-1.1.4
wiremock-body-transformer-1.1.3
wiremock-body-transformer-1.1.2
wiremock-body-transformer-1.1.1
1.0.x
wiremock-body-transformer-1.0.8
wiremock-body-transformer-1.0.7
wiremock-body-transformer-1.0.4
wiremock-body-transformer-1.0.2
wiremock-body-transformer-1.0.1

How to add a dependency to Maven

Add the following com.opentable : wiremock-body-transformer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.opentable</groupId>
    <artifactId>wiremock-body-transformer</artifactId>
    <version>1.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.opentable : wiremock-body-transformer gradle dependency to your build.gradle file:

implementation 'com.opentable:wiremock-body-transformer:1.1.6'

Gradle Kotlin DSL: Add the following com.opentable : wiremock-body-transformer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.opentable:wiremock-body-transformer:1.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.opentable : wiremock-body-transformer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.opentable" % "wiremock-body-transformer" % "1.1.6"