MVN

pw.avvero : request-captor-wired

Maven & Gradle

Mar 13, 2024
2 stars

Wiremock Request captor for Wiremock · Provides utility functions to capture HTTP requests in tests. - https://github.com/avvero/spring-sandbox

<dependency>
    <groupId>pw.avvero</groupId>
    <artifactId>request-captor-wired</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pw.avvero : request-captor-wired to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of pw.avvero : request-captor-wired to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
request-captor-wired-1.0.0

How to add a dependency to Maven

Add the following pw.avvero : request-captor-wired maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pw.avvero</groupId>
    <artifactId>request-captor-wired</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pw.avvero : request-captor-wired gradle dependency to your build.gradle file:

implementation 'pw.avvero:request-captor-wired:1.0.0'

Gradle Kotlin DSL: Add the following pw.avvero : request-captor-wired gradle kotlin dependency to your build.gradle.kts file:

implementation("pw.avvero:request-captor-wired:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following pw.avvero : request-captor-wired sbt scala dependency to your build.sbt file:

libraryDependencies += "pw.avvero" % "request-captor-wired" % "1.0.0"

Advertisement