is not current version
Last Version 1.0.3

cn.sinlmao:spring-boot-starter-imhttp 1.0.2

Sinlmao ImHTTP is an interface-oriented HTTP remote call library. It hopes that accessing the HTTP interface can become as simple as using DAO.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

cn.sinlmao
ArtifactId

ArtifactId

spring-boot-starter-imhttp
Version

Version

1.0.2
Type

Type

jar

Download spring-boot-starter-imhttp 1.0.2


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