MVN

com.github.httpmock : mock-http-server-exec

Maven & Gradle

Jan 22, 2015
2 usages
1 stars

Mock HTTP Server - Executable

<dependency>
    <groupId>com.github.httpmock</groupId>
    <artifactId>mock-http-server-exec</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.httpmock : mock-http-server-exec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of com.github.httpmock : mock-http-server-exec to add to Maven or Gradle - All Versions:

  • Version Updated
  • mock-http-server-exec-1.1.9

    Jan 22, 2015
  • mock-http-server-exec-1.1.8

    Jan 21, 2015
  • mock-http-server-exec-1.1.7

    Jan 20, 2015
  • mock-http-server-exec-1.1.6

    Jan 15, 2015
  • mock-http-server-exec-1.1.5

    Jan 13, 2015
  • mock-http-server-exec-1.1.4

    Jan 13, 2015
  • mock-http-server-exec-1.1.3

    Jan 09, 2015
  • mock-http-server-exec-1.1.2

    Jan 09, 2015

How to add a dependency to Maven

Add the following com.github.httpmock : mock-http-server-exec maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.httpmock</groupId>
    <artifactId>mock-http-server-exec</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.httpmock : mock-http-server-exec gradle dependency to your build.gradle file:

implementation 'com.github.httpmock:mock-http-server-exec:1.1.9'

Gradle Kotlin DSL: Add the following com.github.httpmock : mock-http-server-exec gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.httpmock:mock-http-server-exec:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.httpmock : mock-http-server-exec sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.httpmock" % "mock-http-server-exec" % "1.1.9"