License |
License |
---|---|
GroupId | GroupIdcn.sinlmao |
ArtifactId | ArtifactIdimhttp |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionSinlmao 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.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
imhttp-1.0.3.pom | |
imhttp-1.0.3.jar | 52 KB |
imhttp-1.0.3-sources.jar | 60 KB |
imhttp-1.0.3-javadoc.jar | 268 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.sinlmao/imhttp/ -->
<dependency>
<groupId>cn.sinlmao</groupId>
<artifactId>imhttp</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sinlmao/imhttp/
implementation 'cn.sinlmao:imhttp:1.0.3'
// https://jarcasting.com/artifacts/cn.sinlmao/imhttp/
implementation ("cn.sinlmao:imhttp:1.0.3")
'cn.sinlmao:imhttp:jar:1.0.3'
<dependency org="cn.sinlmao" name="imhttp" rev="1.0.3">
<artifact name="imhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sinlmao', module='imhttp', version='1.0.3')
)
libraryDependencies += "cn.sinlmao" % "imhttp" % "1.0.3"
[cn.sinlmao/imhttp "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | 2.2.13.RELEASE |
cn.sinlmao.commons : network | jar | 1.5.5 |
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : fastjson | jar | 1.2.75 |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
com.squareup.okhttp3 : okhttp | jar | 4.9.1 |
jaxen : jaxen | jar | 1.2.0 |
org.dom4j : dom4j | jar | 2.1.3 |