Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.sixinyiyu |
ArtifactId | ArtifactIdhttp-spring-boot-start |
Version | Version1.0.2.RELEASE |
Type | Typejar |
<!-- 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"]