Changelog
See Changelog#v1.0.8 for more information.
Installation
Client
Add the following lines to your pom:
<dependency>
<groupId>software.xdev.mockserver</groupId>
<artifactId>client</artifactId>
<version>1.0.8</version>
</dependency>
Testcontainers Integration
Add the following lines to your pom:
<dependency>
<groupId>software.xdev.mockserver</groupId>
<artifactId>testcontainers</artifactId>
<version>1.0.8</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
- at Maven Central
- or in the release assets below