License |
License |
---|---|
GroupId | GroupIdio.github.arkinator |
ArtifactId | ArtifactIdmockserver |
Last Version | Last Version5.11.9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMockServer
A simple server to support mocking responses from any server / service that uses HTTP. The expectations
that configure how the MockServer will respond and to incoming requests can be setup using any language that can
create JSON. In simple client is provided to make this easy in Java.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mockserver-5.11.9.pom | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.arkinator/mockserver/ -->
<dependency>
<groupId>io.github.arkinator</groupId>
<artifactId>mockserver</artifactId>
<version>5.11.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.arkinator/mockserver/
implementation 'io.github.arkinator:mockserver:5.11.9'
// https://jarcasting.com/artifacts/io.github.arkinator/mockserver/
implementation ("io.github.arkinator:mockserver:5.11.9")
'io.github.arkinator:mockserver:pom:5.11.9'
<dependency org="io.github.arkinator" name="mockserver" rev="5.11.9">
<artifact name="mockserver" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.arkinator', module='mockserver', version='5.11.9')
)
libraryDependencies += "io.github.arkinator" % "mockserver" % "5.11.9"
[io.github.arkinator/mockserver "5.11.9"]