MVN

com.konghq : unirest-bdd-tests

Maven & Gradle

Aug 02, 2023
2.4k stars
<dependency>
    <groupId>com.konghq</groupId>
    <artifactId>unirest-bdd-tests</artifactId>
    <version>4.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.konghq : unirest-bdd-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.4
  • Latest Release Candidate: 4.0.0-RC13

All Versions

Choose a version of com.konghq : unirest-bdd-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
unirest-bdd-tests-4.0.4
unirest-bdd-tests-4.0.3
unirest-bdd-tests-4.0.2
unirest-bdd-tests-4.0.1
unirest-bdd-tests-4.0.0
unirest-bdd-tests-4.0.0-RC13
unirest-bdd-tests-4.0.0-RC12
unirest-bdd-tests-4.0.0-RC11
unirest-bdd-tests-4.0.0-RC10
unirest-bdd-tests-4.0.0-RC9
unirest-bdd-tests-4.0.0-RC7
unirest-bdd-tests-4.0.0-RC6
unirest-bdd-tests-4.0.0-RC5
unirest-bdd-tests-4.0.0-RC4
unirest-bdd-tests-4.0.0-RC3
unirest-bdd-tests-4.0.0-RC2
3.14.x
unirest-bdd-tests-3.14.5
unirest-bdd-tests-3.14.4
unirest-bdd-tests-3.14.3
unirest-bdd-tests-3.14.2
unirest-bdd-tests-3.14.1
unirest-bdd-tests-3.14.0
3.13.x
unirest-bdd-tests-3.13.13
unirest-bdd-tests-3.13.12

How to add a dependency to Maven

Add the following com.konghq : unirest-bdd-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.konghq</groupId>
    <artifactId>unirest-bdd-tests</artifactId>
    <version>4.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.konghq : unirest-bdd-tests gradle dependency to your build.gradle file:

implementation 'com.konghq:unirest-bdd-tests:4.0.4'

Gradle Kotlin DSL: Add the following com.konghq : unirest-bdd-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.konghq:unirest-bdd-tests:4.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.konghq : unirest-bdd-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.konghq" % "unirest-bdd-tests" % "4.0.4"