is not current version
Last Version 2.1

com.github.zuihou:zuihou-config 2.0

配置中心模块

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.zuihou
ArtifactId

ArtifactId

zuihou-config
Version

Version

2.0
Type

Type

jar

Download zuihou-config 2.0


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