MVN

it.skrape : skrapeit-mockmvc

Maven & Gradle

Apr 20, 2019
0 stars

skrape{it} MockMvc Extension · An Extension for MockMvc tests to enable meaningful testing of controllers that that produces HTML with the use of skrape{it}.

<dependency>
    <groupId>it.skrape</groupId>
    <artifactId>skrapeit-mockmvc</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.skrape : skrapeit-mockmvc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of it.skrape : skrapeit-mockmvc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
skrapeit-mockmvc-1.0.2
skrapeit-mockmvc-1.0.1
skrapeit-mockmvc-1.0.0

How to add a dependency to Maven

Add the following it.skrape : skrapeit-mockmvc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.skrape</groupId>
    <artifactId>skrapeit-mockmvc</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.skrape : skrapeit-mockmvc gradle dependency to your build.gradle file:

implementation 'it.skrape:skrapeit-mockmvc:1.0.2'

Gradle Kotlin DSL: Add the following it.skrape : skrapeit-mockmvc gradle kotlin dependency to your build.gradle.kts file:

implementation("it.skrape:skrapeit-mockmvc:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.skrape : skrapeit-mockmvc sbt scala dependency to your build.sbt file:

libraryDependencies += "it.skrape" % "skrapeit-mockmvc" % "1.0.2"