h

http

Collection of simple and fast stubs for HTTP services
https://stubit.org
The Apache License, Version 2.0
Michael Kutz
Files download
File Operation
http-0.2.jar download
http-0.2.pom download
http-0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.stubit</groupId>
  <artifactId>http</artifactId>
  <version>0.2</version>
</dependency>
Gradle Groovy
implementation 'org.stubit:http:0.2'
Gradle Kotlin
implementation("org.stubit:http:0.2")
Scala SBT
libraryDependencies += "org.stubit" % "http" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.stubit', module='http', version='0.2')
)
Apache Ivy
<dependency org="org.stubit" name="http" rev="0.2" />
Leiningen
[org.stubit/http "0.2"]
Apache Buildr
'org.stubit:http:jar:0.2'
Dependencies
The project has no third-party dependencies