MVN

org.mock-server : mockservice-examples

Maven & Gradle

Jan 17, 2014

MockServer Example · An example project demonstration tests using the mock server and proxy

<dependency>
    <groupId>org.mock-server</groupId>
    <artifactId>mockservice-examples</artifactId>
    <version>2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mock-server : mockservice-examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3

All Versions

Choose a version of org.mock-server : mockservice-examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3
mockservice-examples-2.3
2.1
mockservice-examples-2.1
2.0
mockservice-examples-2.0

How to add a dependency to Maven

Add the following org.mock-server : mockservice-examples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mock-server</groupId>
    <artifactId>mockservice-examples</artifactId>
    <version>2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mock-server : mockservice-examples gradle dependency to your build.gradle file:

implementation 'org.mock-server:mockservice-examples:2.3'

Gradle Kotlin DSL: Add the following org.mock-server : mockservice-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mock-server:mockservice-examples:2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mock-server : mockservice-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mock-server" % "mockservice-examples" % "2.3"