h

http-testing

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