Comment on page
Getting Started
Just add the following to your existing Spring Project:
Gradle
Maven
build.gradle.kts
dependencies {
compile("it.skrape:skrapeit-mock-mvc-extension:1.0.0")
}
pom.xml
<dependency>
<groupId>it.skrape</groupId>
<artifactId>skrapeit-mock-mvc-extension</artifactId>
<version>1.0.0</version>
</dependency>
Last modified 2yr ago