is not current version
Last Version 1.0.3.RELEASE

com.github.sixinyiyu:http-spring-boot-start 1.0.2.RELEASE

http 服务自动装配

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.sixinyiyu
ArtifactId

ArtifactId

http-spring-boot-start
Version

Version

1.0.2.RELEASE
Type

Type

jar

Download http-spring-boot-start 1.0.2.RELEASE


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