is not current version
Last Version 2.1.1

com.github.hua777:hua-http-spring-boot-starter 1.0.6-RELEASE

SpringBoot 利用註解快速的編寫 HTTP 請求函數

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.hua777
ArtifactId

ArtifactId

hua-http-spring-boot-starter
Version

Version

1.0.6-RELEASE
Type

Type

jar

Download hua-http-spring-boot-starter 1.0.6-RELEASE


<!-- 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>1.0.6-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hua777/hua-http-spring-boot-starter/
implementation 'com.github.hua777:hua-http-spring-boot-starter:1.0.6-RELEASE'
// https://jarcasting.com/artifacts/com.github.hua777/hua-http-spring-boot-starter/
implementation ("com.github.hua777:hua-http-spring-boot-starter:1.0.6-RELEASE")
'com.github.hua777:hua-http-spring-boot-starter:jar:1.0.6-RELEASE'
<dependency org="com.github.hua777" name="hua-http-spring-boot-starter" rev="1.0.6-RELEASE">
  <artifact name="hua-http-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hua777', module='hua-http-spring-boot-starter', version='1.0.6-RELEASE')
)
libraryDependencies += "com.github.hua777" % "hua-http-spring-boot-starter" % "1.0.6-RELEASE"
[com.github.hua777/hua-http-spring-boot-starter "1.0.6-RELEASE"]