i

imhttp

Sinlmao ImHTTP is an interface-oriented HTTP remote call library. It hopes that accessing the HTTP interface can become as simple as using DAO.
https://imhttp.sinlmao.cn
APACHE LICENSE, VERSION 2.0
Sinlmao
Files download
File Operation
imhttp-1.1.1.jar download
imhttp-1.1.1.pom download
imhttp-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.sinlmao</groupId>
  <artifactId>imhttp</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'cn.sinlmao:imhttp:1.1.1'
Gradle Kotlin
implementation("cn.sinlmao:imhttp:1.1.1")
Scala SBT
libraryDependencies += "cn.sinlmao" % "imhttp" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='cn.sinlmao', module='imhttp', version='1.1.1')
)
Apache Ivy
<dependency org="cn.sinlmao" name="imhttp" rev="1.1.1" />
Leiningen
[cn.sinlmao/imhttp "1.1.1"]
Apache Buildr
'cn.sinlmao:imhttp:jar:1.1.1'