MVN

org.mikeneck.httpspec : http-spec-runner-cli

Maven & Gradle

May 22, 2021
1 stars

http-spec-runner-cli · http-spec-runner-cli contains a command-Line application of http-spec-runner.

<dependency>
    <groupId>org.mikeneck.httpspec</groupId>
    <artifactId>http-spec-runner-cli</artifactId>
    <version>v0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mikeneck.httpspec : http-spec-runner-cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v0.2.0

All Versions

Choose a version of org.mikeneck.httpspec : http-spec-runner-cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.2.x
http-spec-runner-cli-v0.2.0

How to add a dependency to Maven

Add the following org.mikeneck.httpspec : http-spec-runner-cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mikeneck.httpspec</groupId>
    <artifactId>http-spec-runner-cli</artifactId>
    <version>v0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mikeneck.httpspec : http-spec-runner-cli gradle dependency to your build.gradle file:

implementation 'org.mikeneck.httpspec:http-spec-runner-cli:v0.2.0'

Gradle Kotlin DSL: Add the following org.mikeneck.httpspec : http-spec-runner-cli gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mikeneck.httpspec:http-spec-runner-cli:v0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mikeneck.httpspec : http-spec-runner-cli sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mikeneck.httpspec" % "http-spec-runner-cli" % "v0.2.0"

Advertisement