is not current version
Last Version 1.1.1

cn.sinlmao:imhttp 1.0.0

Sinlmao ImHTTP is an interface-oriented HTTP remote calling library. It hopes that accessing the HTTP interface can be as simple as using DAO. This realization of such an easy-to-use concept and design is called HAO. Sinlmao ImHTTP 是一个面向接口的 HTTP 远程调用的类库,它希望访问 HTTP 接口可以变得像使用 DAO 那么简单。这个实现如此易用的理念和设计,称它为HAO。

GroupId

GroupId

cn.sinlmao
ArtifactId

ArtifactId

imhttp
Version

Version

1.0.0
Type

Type

jar

Download imhttp 1.0.0


<!-- https://jarcasting.com/artifacts/cn.sinlmao/imhttp/ -->
<dependency>
    <groupId>cn.sinlmao</groupId>
    <artifactId>imhttp</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sinlmao/imhttp/
implementation 'cn.sinlmao:imhttp:1.0.0'
// https://jarcasting.com/artifacts/cn.sinlmao/imhttp/
implementation ("cn.sinlmao:imhttp:1.0.0")
'cn.sinlmao:imhttp:jar:1.0.0'
<dependency org="cn.sinlmao" name="imhttp" rev="1.0.0">
  <artifact name="imhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sinlmao', module='imhttp', version='1.0.0')
)
libraryDependencies += "cn.sinlmao" % "imhttp" % "1.0.0"
[cn.sinlmao/imhttp "1.0.0"]