MVN

com.kncept.httpserver : http-spec-tests

Maven & Gradle

Nov 23, 2014
1 stars
<dependency>
    <groupId>com.kncept.httpserver</groupId>
    <artifactId>http-spec-tests</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kncept.httpserver : http-spec-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.kncept.httpserver : http-spec-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
http-spec-tests-1.0.2
http-spec-tests-1.0.1
http-spec-tests-1.0.0
0.8.x
http-spec-tests-0.8.0

How to add a dependency to Maven

Add the following com.kncept.httpserver : http-spec-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kncept.httpserver</groupId>
    <artifactId>http-spec-tests</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kncept.httpserver : http-spec-tests gradle dependency to your build.gradle file:

implementation 'com.kncept.httpserver:http-spec-tests:1.0.2'

Gradle Kotlin DSL: Add the following com.kncept.httpserver : http-spec-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kncept.httpserver:http-spec-tests:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kncept.httpserver : http-spec-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kncept.httpserver" % "http-spec-tests" % "1.0.2"