is not current version
Last Version 2.7.0

com.github.zuihou:zuihou-cloud-starter 2.4.0

openFeign配置模块

GroupId

GroupId

com.github.zuihou
ArtifactId

ArtifactId

zuihou-cloud-starter
Version

Version

2.4.0
Type

Type

jar

Download zuihou-cloud-starter 2.4.0


<!-- https://jarcasting.com/artifacts/com.github.zuihou/zuihou-cloud-starter/ -->
<dependency>
    <groupId>com.github.zuihou</groupId>
    <artifactId>zuihou-cloud-starter</artifactId>
    <version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zuihou/zuihou-cloud-starter/
implementation 'com.github.zuihou:zuihou-cloud-starter:2.4.0'
// https://jarcasting.com/artifacts/com.github.zuihou/zuihou-cloud-starter/
implementation ("com.github.zuihou:zuihou-cloud-starter:2.4.0")
'com.github.zuihou:zuihou-cloud-starter:jar:2.4.0'
<dependency org="com.github.zuihou" name="zuihou-cloud-starter" rev="2.4.0">
  <artifact name="zuihou-cloud-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zuihou', module='zuihou-cloud-starter', version='2.4.0')
)
libraryDependencies += "com.github.zuihou" % "zuihou-cloud-starter" % "2.4.0"
[com.github.zuihou/zuihou-cloud-starter "2.4.0"]