MVN

com.github.tomakehurst : wiremock-jre8

Maven & Gradle

Nov 02, 2022
398 usages
6k stars

WireMock · A web service test double for all occasions

<dependency>
    <groupId>com.github.tomakehurst</groupId>
    <artifactId>wiremock-jre8</artifactId>
    <version>2.35.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tomakehurst : wiremock-jre8 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.35.0

All Versions

Choose a version of com.github.tomakehurst : wiremock-jre8 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.35.x
wiremock-jre8-2.35.0
2.34.x
wiremock-jre8-2.34.0
2.33.x
wiremock-jre8-2.33.2
wiremock-jre8-2.33.1
wiremock-jre8-2.33.0
2.32.x
wiremock-jre8-2.32.0
2.31.x
wiremock-jre8-2.31.0
2.30.x
wiremock-jre8-2.30.1
wiremock-jre8-2.30.0
2.29.x
wiremock-jre8-2.29.1
wiremock-jre8-2.29.0
2.28.x
wiremock-jre8-2.28.1
wiremock-jre8-2.28.0
2.27.x
wiremock-jre8-2.27.2
wiremock-jre8-2.27.1
wiremock-jre8-2.27.0
2.26.x
wiremock-jre8-2.26.3
wiremock-jre8-2.26.2
wiremock-jre8-2.26.1
wiremock-jre8-2.26.0
2.25.x
wiremock-jre8-2.25.1
wiremock-jre8-2.25.0
2.24.x
wiremock-jre8-2.24.1
wiremock-jre8-2.24.0
2.23.x
wiremock-jre8-2.23.2
wiremock-jre8-2.23.1
wiremock-jre8-2.23.0
2.22.x
wiremock-jre8-2.22.0
2.21.x
wiremock-jre8-2.21.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.tomakehurst</groupId>
    <artifactId>wiremock-jre8</artifactId>
    <version>2.35.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tomakehurst : wiremock-jre8 gradle dependency to your build.gradle file:

implementation 'com.github.tomakehurst:wiremock-jre8:2.35.0'

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

implementation("com.github.tomakehurst:wiremock-jre8:2.35.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tomakehurst : wiremock-jre8 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tomakehurst" % "wiremock-jre8" % "2.35.0"

Advertisement