For the complete documentation index, see llms.txt. This page is also available as Markdown.

Getting Started

Just add the following to your existing Spring Project:

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 updated

Was this helpful?