h

http

Collection of simple and fast stubs for HTTP services
https://stubit.org
The Apache License, Version 2.0
Michael Kutz
文件下载
文件名 操作
http-0.2.jar 下载
http-0.2.pom 下载
http-0.2-sources.jar 下载
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'
本项目依赖
该项目无第三方依赖