Skip to content

v1.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Aug 07:44
· 56 commits to master since this release

Changelog

See Changelog#v1.1.2 for more information.

Installation

BOM

Note that you can also use the BOM for easier dependency management.

Client

Add the following lines to your pom:

<dependency>
   <groupId>software.xdev.mockserver</groupId>
   <artifactId>client</artifactId>
   <version>1.1.2</version>
</dependency>

Testcontainers Integration

Add the following lines to your pom:

<dependency>
   <groupId>software.xdev.mockserver</groupId>
   <artifactId>testcontainers</artifactId>
   <version>1.1.2</version>
</dependency>

Standalone/Server

Docker

Download the image from

JAR

If you don't like to use the docker image, the executable jar is also available