is not current version
Last Version 1.1.9

com.github.httpmock:mock-http-server-webapp 1.1.2

Mock HTTP Server - Webapp

GroupId

GroupId

com.github.httpmock
ArtifactId

ArtifactId

mock-http-server-webapp
Version

Version

1.1.2
Type

Type

war

Download mock-http-server-webapp 1.1.2


<!-- https://jarcasting.com/artifacts/com.github.httpmock/mock-http-server-webapp/ -->
<dependency>
    <groupId>com.github.httpmock</groupId>
    <artifactId>mock-http-server-webapp</artifactId>
    <version>1.1.2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.httpmock/mock-http-server-webapp/
implementation 'com.github.httpmock:mock-http-server-webapp:1.1.2'
// https://jarcasting.com/artifacts/com.github.httpmock/mock-http-server-webapp/
implementation ("com.github.httpmock:mock-http-server-webapp:1.1.2")
'com.github.httpmock:mock-http-server-webapp:war:1.1.2'
<dependency org="com.github.httpmock" name="mock-http-server-webapp" rev="1.1.2">
  <artifact name="mock-http-server-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.httpmock', module='mock-http-server-webapp', version='1.1.2')
)
libraryDependencies += "com.github.httpmock" % "mock-http-server-webapp" % "1.1.2"
[com.github.httpmock/mock-http-server-webapp "1.1.2"]