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.1.1.jar download
spring-mock-rest-1.1.1.pom download
spring-mock-rest-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.allanmarques83</groupId>
  <artifactId>spring-mock-rest</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.allanmarques83:spring-mock-rest:1.1.1'
Gradle Kotlin
implementation("io.github.allanmarques83:spring-mock-rest:1.1.1")
Scala SBT
libraryDependencies += "io.github.allanmarques83" % "spring-mock-rest" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.allanmarques83', module='spring-mock-rest', version='1.1.1')
)
Apache Ivy
<dependency org="io.github.allanmarques83" name="spring-mock-rest" rev="1.1.1" />
Leiningen
[io.github.allanmarques83/spring-mock-rest "1.1.1"]
Apache Buildr
'io.github.allanmarques83:spring-mock-rest:jar:1.1.1'