MVN

org.wiremock.extensions : wiremock-state-extension-standalone

Maven & Gradle

Nov 03, 2023
15 stars

wiremock-state-extension-standalone · A WireMock extension to transfer state in between stubs - to be used with WireMock standalone

<dependency>
    <groupId>org.wiremock.extensions</groupId>
    <artifactId>wiremock-state-extension-standalone</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wiremock.extensions : wiremock-state-extension-standalone to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of org.wiremock.extensions : wiremock-state-extension-standalone to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
wiremock-state-extension-standalone-0.4.0
0.3.x
wiremock-state-extension-standalone-0.3.14

How to add a dependency to Maven

Add the following org.wiremock.extensions : wiremock-state-extension-standalone maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wiremock.extensions</groupId>
    <artifactId>wiremock-state-extension-standalone</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wiremock.extensions : wiremock-state-extension-standalone gradle dependency to your build.gradle file:

implementation 'org.wiremock.extensions:wiremock-state-extension-standalone:0.4.0'

Gradle Kotlin DSL: Add the following org.wiremock.extensions : wiremock-state-extension-standalone gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wiremock.extensions:wiremock-state-extension-standalone:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wiremock.extensions : wiremock-state-extension-standalone sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wiremock.extensions" % "wiremock-state-extension-standalone" % "0.4.0"