License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.sinlmao |
ArtifactId | ArtifactIdspring-boot-starter-imhttp |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionSinlmao ImHTTP Spring Boot Starter
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 |
<!-- https://jarcasting.com/artifacts/cn.sinlmao/spring-boot-starter-imhttp/ -->
<dependency>
<groupId>cn.sinlmao</groupId>
<artifactId>spring-boot-starter-imhttp</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sinlmao/spring-boot-starter-imhttp/
implementation 'cn.sinlmao:spring-boot-starter-imhttp:1.0.3'
// https://jarcasting.com/artifacts/cn.sinlmao/spring-boot-starter-imhttp/
implementation ("cn.sinlmao:spring-boot-starter-imhttp:1.0.3")
'cn.sinlmao:spring-boot-starter-imhttp:jar:1.0.3'
<dependency org="cn.sinlmao" name="spring-boot-starter-imhttp" rev="1.0.3">
<artifact name="spring-boot-starter-imhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sinlmao', module='spring-boot-starter-imhttp', version='1.0.3')
)
libraryDependencies += "cn.sinlmao" % "spring-boot-starter-imhttp" % "1.0.3"
[cn.sinlmao/spring-boot-starter-imhttp "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
cn.sinlmao : imhttp | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | 2.2.13.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.13.RELEASE |