License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.hua777 |
ArtifactId | ArtifactIdhua-http-spring-boot-starter |
Version | Version2.1.1 |
Type | Typejar |
Description |
Descriptionhua-http-spring-boot-starter
SpringBoot 利用註解快速的編寫 HTTP 請求函數
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.hua777/hua-http-spring-boot-starter/ -->
<dependency>
<groupId>com.github.hua777</groupId>
<artifactId>hua-http-spring-boot-starter</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hua777/hua-http-spring-boot-starter/
implementation 'com.github.hua777:hua-http-spring-boot-starter:2.1.1'
// https://jarcasting.com/artifacts/com.github.hua777/hua-http-spring-boot-starter/
implementation ("com.github.hua777:hua-http-spring-boot-starter:2.1.1")
'com.github.hua777:hua-http-spring-boot-starter:jar:2.1.1'
<dependency org="com.github.hua777" name="hua-http-spring-boot-starter" rev="2.1.1">
<artifact name="hua-http-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hua777', module='hua-http-spring-boot-starter', version='2.1.1')
)
libraryDependencies += "com.github.hua777" % "hua-http-spring-boot-starter" % "2.1.1"
[com.github.hua777/hua-http-spring-boot-starter "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.5.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.5.RELEASE |
org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |
ch.qos.logback : logback-core | jar | 1.3.0-alpha5 |
ch.qos.logback : logback-classic | jar | 1.3.0-alpha5 |
com.alibaba : fastjson | jar | 1.2.73 |
cn.hutool : hutool-core | jar | 5.5.7 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |