s

spring-mock-rest

Produces a mock for REST controllers and REST clients
https://github.com/allanmarques83/spring-mock-rest
GNU GENERAL PUBLIC LICENSE
Allan Marques
Files download
File Operation
spring-mock-rest-1.0.8.jar download
spring-mock-rest-1.0.8.pom download
spring-mock-rest-1.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.allanmarques83</groupId>
  <artifactId>spring-mock-rest</artifactId>
  <version>1.0.8</version>
</dependency>
Gradle Groovy
implementation 'io.github.allanmarques83:spring-mock-rest:1.0.8'
Gradle Kotlin
implementation("io.github.allanmarques83:spring-mock-rest:1.0.8")
Scala SBT
libraryDependencies += "io.github.allanmarques83" % "spring-mock-rest" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.allanmarques83', module='spring-mock-rest', version='1.0.8')
)
Apache Ivy
<dependency org="io.github.allanmarques83" name="spring-mock-rest" rev="1.0.8" />
Leiningen
[io.github.allanmarques83/spring-mock-rest "1.0.8"]
Apache Buildr
'io.github.allanmarques83:spring-mock-rest:jar:1.0.8'