Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.hua777 |
ArtifactId | ArtifactIdhua-http-spring-boot-starter |
Version | Version2.0.4 |
Type | Typejar |
<!-- 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.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hua777/hua-http-spring-boot-starter/
implementation 'com.github.hua777:hua-http-spring-boot-starter:2.0.4'
// https://jarcasting.com/artifacts/com.github.hua777/hua-http-spring-boot-starter/
implementation ("com.github.hua777:hua-http-spring-boot-starter:2.0.4")
'com.github.hua777:hua-http-spring-boot-starter:jar:2.0.4'
<dependency org="com.github.hua777" name="hua-http-spring-boot-starter" rev="2.0.4">
<artifact name="hua-http-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hua777', module='hua-http-spring-boot-starter', version='2.0.4')
)
libraryDependencies += "com.github.hua777" % "hua-http-spring-boot-starter" % "2.0.4"
[com.github.hua777/hua-http-spring-boot-starter "2.0.4"]