h

http-testing

How to use zerocode in your project
Files download
File Operation
http-testing-1.3.42.jar download
http-testing-1.3.42.pom download
http-testing-1.3.42-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jsmart</groupId>
  <artifactId>http-testing</artifactId>
  <version>1.3.42</version>
</dependency>
Gradle Groovy
implementation 'org.jsmart:http-testing:1.3.42'
Gradle Kotlin
implementation("org.jsmart:http-testing:1.3.42")
Scala SBT
libraryDependencies += "org.jsmart" % "http-testing" % "1.3.42"
Groovy Grape
@Grapes(
  @Grab(group='org.jsmart', module='http-testing', version='1.3.42')
)
Apache Ivy
<dependency org="org.jsmart" name="http-testing" rev="1.3.42" />
Leiningen
[org.jsmart/http-testing "1.3.42"]
Apache Buildr
'org.jsmart:http-testing:jar:1.3.42'