MVN

org.jsmart : http-testing

Maven & Gradle

Jun 09, 2023
752 stars

Zerocode Http Testing With Simple YAML and JSON DSL · How to use zerocode in your project

<dependency>
    <groupId>org.jsmart</groupId>
    <artifactId>http-testing</artifactId>
    <version>1.3.34</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jsmart : http-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.34

All Versions

Choose a version of org.jsmart : http-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
http-testing-1.3.34
http-testing-1.3.33
http-testing-1.3.31
http-testing-1.3.30
http-testing-1.3.29
http-testing-1.3.28
http-testing-1.3.27
http-testing-1.3.26
http-testing-1.3.25
http-testing-1.3.24
http-testing-1.3.23
http-testing-1.3.22
http-testing-1.3.21
http-testing-1.3.20
http-testing-1.3.19
http-testing-1.3.18
http-testing-1.3.17
http-testing-1.3.16
http-testing-1.3.15
http-testing-1.3.13
http-testing-1.3.12
http-testing-1.3.11
http-testing-1.3.9
http-testing-1.3.8
http-testing-1.3.7
http-testing-1.3.6
http-testing-1.3.5
http-testing-1.3.4
http-testing-1.3.3
http-testing-1.3.2
http-testing-1.3.1
http-testing-1.3.0
1.2.x
http-testing-1.2.18

How to add a dependency to Maven

Add the following org.jsmart : http-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jsmart</groupId>
    <artifactId>http-testing</artifactId>
    <version>1.3.34</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jsmart : http-testing gradle dependency to your build.gradle file:

implementation 'org.jsmart:http-testing:1.3.34'

Gradle Kotlin DSL: Add the following org.jsmart : http-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jsmart:http-testing:1.3.34")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jsmart : http-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jsmart" % "http-testing" % "1.3.34"

Advertisement