MVN

com.epages : wiremock-spring-boot-starter

Maven & Gradle

Jun 01, 2023
75 stars

WireMock Spring Boot Starter · A Spring Boot Starter which adds a WireMockServer to your client's ApplicationContext for integration testing.

<dependency>
    <groupId>com.epages</groupId>
    <artifactId>wiremock-spring-boot-starter</artifactId>
    <version>0.8.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.epages : wiremock-spring-boot-starter to add to Maven - Latest Versions:

  • Latest Stable: 0.8.5

All Versions

Choose a version of com.epages : wiremock-spring-boot-starter to add to Maven - All Versions:

Version Vulnerabilities Updated
0.8.x
wiremock-spring-boot-starter-0.8.5
wiremock-spring-boot-starter-0.8.4
wiremock-spring-boot-starter-0.8.1
wiremock-spring-boot-starter-0.8.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.epages</groupId>
    <artifactId>wiremock-spring-boot-starter</artifactId>
    <version>0.8.5</version>
</dependency>

Advertisement