Sinlmao 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.

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

cn.sinlmao
ArtifactId

ArtifactId

spring-boot-starter-imhttp
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Sinlmao 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://github.com

Download spring-boot-starter-imhttp

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
cn.sinlmao : imhttp jar 1.0.3

provided (2)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0