Just add the following to your existing Spring Project:
dependencies { compile("it.skrape:skrapeit-mock-mvc-extension:1.0.0") }
<dependency> <groupId>it.skrape</groupId> <artifactId>skrapeit-mock-mvc-extension</artifactId> <version>1.0.0</version> </dependency>
Last updated 3 years ago