# Getting Started

Just add the following to your existing Spring Project:

{% tabs %}
{% tab title="Gradle" %}
{% code title="build.gradle.kts" %}

```kotlin
dependencies {
    compile("it.skrape:skrapeit-mock-mvc-extension:1.0.0")
}
```

{% endcode %}
{% endtab %}

{% tab title="Maven" %}
{% code title="pom.xml" %}

```markup
<dependency>
  <groupId>it.skrape</groupId>
  <artifactId>skrapeit-mock-mvc-extension</artifactId>
  <version>1.0.0</version>
</dependency>
```

{% endcode %}
{% endtab %}
{% endtabs %}
