Skip to content

Releases: xdev-software/mockserver-neolight

v1.0.0

03 Jun 15:06
Compare
Choose a tag to compare

Changelog

See Changelog#v1.0.0 for more information.

Installation

Client

Add the following lines to your pom:

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

Testcontainers Integration

Add the following lines to your pom:

<dependency>
   <groupId>software.xdev.mockserver</groupId>
   <artifactId>testcontainers</artifactId>
   <version>1.0.0</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

v0.0.4

29 May 12:00
Compare
Choose a tag to compare

Changelog

See Changelog#v0.0.4 for more information.

Installation

Client

Add the following lines to your pom:

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

Testcontainers Integration

Add the following lines to your pom:

<dependency>
   <groupId>software.xdev.mockserver</groupId>
   <artifactId>testcontainers</artifactId>
   <version>0.0.4</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

v0.0.3

29 May 09:31
Compare
Choose a tag to compare

Changelog

See Changelog#v0.0.3 for more information.

Installation

Client

Add the following lines to your pom:

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

Testcontainers Integration

Add the following lines to your pom:

<dependency>
   <groupId>software.xdev.mockserver</groupId>
   <artifactId>testcontainers</artifactId>
   <version>0.0.3</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

v0.0.2

28 May 16:06
Compare
Choose a tag to compare

Changelog

See Changelog#v0.0.2 for more information.

Installation

Client

Add the following lines to your pom:

<dependency>
   <groupId>software.xdev.mockserver</groupId>
   <artifactId>client</artifactId>
   <version>0.0.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 at in the release assets below

v0.0.1

28 May 11:43
Compare
Choose a tag to compare

Changelog

See Changelog#v0.0.1 for more information.

Installation

Client

Add the following lines to your pom:

<dependency>
   <groupId>software.xdev.mockserver</groupId>
   <artifactId>client</artifactId>
   <version>0.0.1</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 in the release assets below